#D067CF

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

Shades of Orchid #D067CF

Tints of Orchid #D067CF

Color information

#D067CF (or 0xD067CF) is unknown color: approx Orchid. HEX triplet: D0, 67 and CF. RGB value is (208,103,207). Sum of RGB (Red+Green+Blue) = 208+103+207=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D067CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067CF is #2F9830. Grayscale: #919191. Windows color (decimal): -3119153 or 13592528. OLE color: 13592528.

HSL color Cylindrical-coordinate representation of color #D067CF: hue angle of 300.57º 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 #D067CF is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208103207-
CMYK00.500.000.18
HSL300.57º52.76%60.98%-
HSV(B)300.57º50.48%81.57%-
XYZ42.1327.6262.14-
YUV146.25162.29172.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=40.15%
G=19.88%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810320700.500.000.18300.5752.7660.98
HexD067CF03201212d353d
Octal3201473170620224556575
Binary110100001100111110011110110010010010100101101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067CF; }

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

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

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

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

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

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

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

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