#D868CC

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

Shades of Orchid #D868CC

Tints of Orchid #D868CC

Color information

#D868CC (or 0xD868CC) is unknown color: approx Orchid. HEX triplet: D8, 68 and CC. RGB value is (216,104,204). Sum of RGB (Red+Green+Blue) = 216+104+204=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D868CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868CC is #279733. Grayscale: #949494. Windows color (decimal): -2594612 or 13396184. OLE color: 13396184.

HSL color Cylindrical-coordinate representation of color #D868CC: hue angle of 306.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868CC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216104204-
CMYK00.520.060.15
HSL306.43º58.95%62.75%-
HSV(B)306.43º51.85%84.71%-
XYZ44.1728.8660.37-
YUV148.89159.11175.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 104 (41.02% from 255) = 19.85%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=41.22%
G=19.85%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610420400.520.060.15306.4358.9562.75
HexD868CC0346F1323b3f
Octal3301503140646174627377
Binary1101100011010001100110001101001101111100110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D868CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D868CC; }

 p { color: rgb(216,104,204); }

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

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

 a { background-color: rgb(216,104,204); }

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

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

 span { border-color: rgb(216,104,204); }

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