#D66CB9

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

Shades of Orchid #D66CB9

Tints of Orchid #D66CB9

Color information

#D66CB9 (or 0xD66CB9) is unknown color: approx Orchid. HEX triplet: D6, 6C and B9. RGB value is (214,108,185). Sum of RGB (Red+Green+Blue) = 214+108+185=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CB9 is #299346. Grayscale: #949494. Windows color (decimal): -2724679 or 12152022. OLE color: 12152022.

HSL color Cylindrical-coordinate representation of color #D66CB9: hue angle of 316.42º 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 #D66CB9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214108185-
CMYK00.500.140.16
HSL316.42º56.38%63.14%-
HSV(B)316.42º49.53%83.92%-
XYZ41.8528.5249.2-
YUV148.47148.62174.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=42.21%
G=21.30%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410818500.500.140.16316.4256.3863.14
HexD66CB9032E1013c383f
Octal32615427106216204747077
Binary110101101101100101110010110010111010000100111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CB9; }

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

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

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

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

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

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

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

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