#D668C4

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

Shades of Orchid #D668C4

Tints of Orchid #D668C4

Color information

#D668C4 (or 0xD668C4) is unknown color: approx Orchid. HEX triplet: D6, 68 and C4. RGB value is (214,104,196). Sum of RGB (Red+Green+Blue) = 214+104+196=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D668C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668C4 is #29973B. Grayscale: #939393. Windows color (decimal): -2725692 or 12871894. OLE color: 12871894.

HSL color Cylindrical-coordinate representation of color #D668C4: hue angle of 309.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668C4 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214104196-
CMYK00.510.080.16
HSL309.82º57.29%62.35%-
HSV(B)309.82º51.4%83.92%-
XYZ42.6528.1855.42-
YUV147.38155.44175.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 104 (41.02% from 255) = 20.23%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=41.63%
G=20.23%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410419600.510.080.16309.8257.2962.35
HexD668C4033810136393e
Octal32615030406310204667176
Binary110101101101000110001000110011100010000100110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D668C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D668C4; }

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

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

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

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

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

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

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

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