#D66FC4

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

Shades of Orchid #D66FC4

Tints of Orchid #D66FC4

Color information

#D66FC4 (or 0xD66FC4) is unknown color: approx Orchid. HEX triplet: D6, 6F and C4. RGB value is (214,111,196). Sum of RGB (Red+Green+Blue) = 214+111+196=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FC4 is #29903B. Grayscale: #979797. Windows color (decimal): -2723900 or 12873686. OLE color: 12873686.

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

Color convert

RGB214111196-
CMYK00.480.080.16
HSL310.49º55.68%63.73%-
HSV(B)310.49º48.13%83.92%-
XYZ43.3829.6555.66-
YUV151.49153.12172.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=41.07%
G=21.31%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411119600.480.080.16310.4955.6863.73
HexD66FC40308101363840
Octal326157304060102046670100
Binary1101011011011111100010001100001000100001001101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FC4; }

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

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

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

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

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

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

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

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