#D66FC7

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

Shades of Orchid #D66FC7

Tints of Orchid #D66FC7

Color information

#D66FC7 (or 0xD66FC7) is unknown color: approx Orchid. HEX triplet: D6, 6F and C7. RGB value is (214,111,199). Sum of RGB (Red+Green+Blue) = 214+111+199=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FC7 is #299038. Grayscale: #979797. Windows color (decimal): -2723897 or 13070294. OLE color: 13070294.

HSL color Cylindrical-coordinate representation of color #D66FC7: hue angle of 308.74º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FC7 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214111199-
CMYK00.480.070.16
HSL308.74º55.68%63.73%-
HSV(B)308.74º48.13%83.92%-
XYZ43.7229.7957.48-
YUV151.83154.62172.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 111 (43.75% from 255) = 21.18%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=40.84%
G=21.18%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411119900.480.070.16308.7455.6863.73
HexD66FC70307101353840
Octal32615730706072046570100
Binary110101101101111110001110110000111100001001101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FC7; }

 p { color: rgb(214,111,199); }

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

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

 a { background-color: rgb(214,111,199); }

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

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

 span { border-color: rgb(214,111,199); }

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