#D66FCC

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

Shades of Orchid #D66FCC

Tints of Orchid #D66FCC

Color information

#D66FCC (or 0xD66FCC) is unknown color: approx Orchid. HEX triplet: D6, 6F and CC. RGB value is (214,111,204). Sum of RGB (Red+Green+Blue) = 214+111+204=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FCC is #299033. Grayscale: #989898. Windows color (decimal): -2723892 or 13397974. OLE color: 13397974.

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

Color convert

RGB214111204-
CMYK00.480.050.16
HSL305.83º55.68%63.73%-
HSV(B)305.83º48.13%83.92%-
XYZ44.3230.0260.59-
YUV152.4157.12171.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=40.45%
G=20.98%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411120400.480.050.16305.8355.6863.73
HexD66FCC0305101323840
Octal32615731406052046270100
Binary110101101101111110011000110000101100001001100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FCC; }

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

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

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

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

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

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

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

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