#d868c4

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

Shades of Orchid #D868C4

Tints of Orchid #D868C4

Color information

#D868C4 (or 0xD868C4) is unknown color: approx Orchid. HEX triplet: D8, 68 and C4. RGB value is (216,104,196). Sum of RGB (Red+Green+Blue) = 216+104+196=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D868C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868C4 is #27973B. Grayscale: #939393. Windows color (decimal): -2594620 or 12871896. OLE color: 12871896.

HSL color Cylindrical-coordinate representation of color #D868C4: hue angle of 310.71º 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 #D868C4 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216104196-
CMYK00.520.090.15
HSL310.71º58.95%62.75%-
HSV(B)310.71º51.85%84.71%-
XYZ43.2328.4955.44-
YUV147.98155.11176.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 104 (41.02% from 255) = 20.16%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=41.86%
G=20.16%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610419600.520.090.15310.7158.9562.75
HexD868C40349F1373b3f
Octal33015030406411174677377
Binary11011000110100011000100011010010011111100110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d868c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d868c4; }

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

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

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

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

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

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

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

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