#CE65D5

Color #CE65D5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CE65D5

Tints of Orchid #CE65D5

Color information

#CE65D5 (or 0xCE65D5) is unknown color: approx Orchid. HEX triplet: CE, 65 and D5. RGB value is (206,101,213). Sum of RGB (Red+Green+Blue) = 206+101+213=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65D5 is #319A2A. Grayscale: #909090. Windows color (decimal): -3250731 or 13985230. OLE color: 13985230.

HSL color Cylindrical-coordinate representation of color #CE65D5: hue angle of 296.25º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE65D5 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206101213-
CMYK0.030.5300.16
HSL296.25º57.14%61.57%-
HSV(B)296.25º52.58%83.53%-
XYZ42.1227.2365.99-
YUV145.16166.29171.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 101 (39.84% from 255) = 19.42%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=39.62%
G=19.42%
B=40.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061012130.030.5300.16296.2557.1461.57
HexCE65D5335010128393e
Octal3161453253650204507176
Binary1100111011001011101010111110101010000100101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65D5; }

 p { color: rgb(206,101,213); }

 H1.HeaderClassName
 {
   color: #CE65D5;
 }
 .AnyTagClassName
 {
   color: #CE65D5;
 }
</style>
background-color css

<style>
 a { background-color: #CE65D5; }

 a { background-color: rgb(206,101,213); }

 div.DivClassName
 {
   background-color: #CE65D5;
 }
 .BgClassName
 {
   background-color: #CE65D5;
 }
</style>
border-color css

<style>
 span { border-color: #CE65D5; }

 span { border-color: rgb(206,101,213); }

 td.TdClassName
 {
   border-color: #CE65D5;
 }
 .TagClassName
 {
   border-color: #CE65D5;
 }
</style>