#D067CE

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

Shades of Orchid #D067CE

Tints of Orchid #D067CE

Color information

#D067CE (or 0xD067CE) is unknown color: approx Orchid. HEX triplet: D0, 67 and CE. RGB value is (208,103,206). Sum of RGB (Red+Green+Blue) = 208+103+206=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D067CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067CE is #2F9831. Grayscale: #919191. Windows color (decimal): -3119154 or 13526992. OLE color: 13526992.

HSL color Cylindrical-coordinate representation of color #D067CE: hue angle of 301.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D067CE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208103206-
CMYK00.500.010.18
HSL301.14º52.76%60.98%-
HSV(B)301.14º50.48%81.57%-
XYZ4227.5761.5-
YUV146.14161.79172.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=40.23%
G=19.92%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810320600.500.010.18301.1452.7660.98
HexD067CE03211212d353d
Octal3201473160621224556575
Binary110100001100111110011100110010110010100101101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067CE; }

 p { color: rgb(208,103,206); }

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

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

 a { background-color: rgb(208,103,206); }

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

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

 span { border-color: rgb(208,103,206); }

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