#d66cca

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

Shades of Orchid #D66CCA

Tints of Orchid #D66CCA

Color information

#D66CCA (or 0xD66CCA) is unknown color: approx Orchid. HEX triplet: D6, 6C and CA. RGB value is (214,108,202). Sum of RGB (Red+Green+Blue) = 214+108+202=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCA is #299335. Grayscale: #969696. Windows color (decimal): -2724662 or 13266134. OLE color: 13266134.

HSL color Cylindrical-coordinate representation of color #D66CCA: hue angle of 306.79º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CCA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214108202-
CMYK00.500.060.16
HSL306.79º56.38%63.14%-
HSV(B)306.79º49.53%83.92%-
XYZ43.7529.2959.22-
YUV150.41157.12173.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 108 (42.58% from 255) = 20.61%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=40.84%
G=20.61%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410820200.500.060.16306.7956.3863.14
HexD66CCA032610133383f
Octal3261543120626204637077
Binary11010110110110011001010011001011010000100110011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66cca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66cca; }

 p { color: rgb(214,108,202); }

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

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

 a { background-color: rgb(214,108,202); }

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

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

 span { border-color: rgb(214,108,202); }

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