#CE65DF

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

Shades of Orchid #CE65DF

Tints of Orchid #CE65DF

Color information

#CE65DF (or 0xCE65DF) is unknown color: approx Orchid. HEX triplet: CE, 65 and DF. RGB value is (206,101,223). Sum of RGB (Red+Green+Blue) = 206+101+223=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65DF is #319A20. Grayscale: #919191. Windows color (decimal): -3250721 or 14640590. OLE color: 14640590.

HSL color Cylindrical-coordinate representation of color #CE65DF: hue angle of 291.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE65DF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206101223-
CMYK0.080.5500.13
HSL291.64º65.59%63.53%-
HSV(B)291.64º54.71%87.45%-
XYZ43.4327.7672.88-
YUV146.3171.29170.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 101 (39.84% from 255) = 19.06%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=38.87%
G=19.06%
B=42.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061012230.080.5500.13291.6465.5963.53
HexCE65DF8370D1244240
Octal3161453371067015444102100
Binary1100111011001011101111110001101110110110010010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65DF; }

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

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

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

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

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

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

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

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