#CD66DF

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

Shades of Orchid #CD66DF

Tints of Orchid #CD66DF

Color information

#CD66DF (or 0xCD66DF) is unknown color: approx Orchid. HEX triplet: CD, 66 and DF. RGB value is (205,102,223). Sum of RGB (Red+Green+Blue) = 205+102+223=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 102 (40.23% from 255 or 19.25% 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 #CD66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66DF is #329920. Grayscale: #929292. Windows color (decimal): -3316001 or 14640845. OLE color: 14640845.

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

Color convert

RGB205102223-
CMYK0.080.5400.13
HSL291.07º65.41%63.73%-
HSV(B)291.07º54.26%87.45%-
XYZ43.2527.8172.9-
YUV146.59171.12169.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=38.68%
G=19.25%
B=42.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051022230.080.5400.13291.0765.4163.73
HexCD66DF8360D1234140
Octal3151463371066015443101100
Binary1100110111001101101111110001101100110110010001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66DF; }

 p { color: rgb(205,102,223); }

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

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

 a { background-color: rgb(205,102,223); }

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

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

 span { border-color: rgb(205,102,223); }

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