#D66FD4

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

Shades of Orchid #D66FD4

Tints of Orchid #D66FD4

Color information

#D66FD4 (or 0xD66FD4) is unknown color: approx Orchid. HEX triplet: D6, 6F and D4. RGB value is (214,111,212). Sum of RGB (Red+Green+Blue) = 214+111+212=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FD4 is #29902B. Grayscale: #999999. Windows color (decimal): -2723884 or 13922262. OLE color: 13922262.

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

Color convert

RGB214111212-
CMYK00.480.010.16
HSL301.17º55.68%63.73%-
HSV(B)301.17º48.13%83.92%-
XYZ45.330.4265.77-
YUV153.31161.12171.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=39.85%
G=20.67%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411121200.480.010.16301.1755.6863.73
HexD66FD403011012d3840
Octal32615732406012045570100
Binary1101011011011111101010001100001100001001011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FD4; }

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

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

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

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

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

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

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

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