#D067CD

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

Shades of Orchid #D067CD

Tints of Orchid #D067CD

Color information

#D067CD (or 0xD067CD) is unknown color: approx Orchid. HEX triplet: D0, 67 and CD. RGB value is (208,103,205). Sum of RGB (Red+Green+Blue) = 208+103+205=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D067CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067CD is #2F9832. Grayscale: #919191. Windows color (decimal): -3119155 or 13461456. OLE color: 13461456.

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

Color convert

RGB208103205-
CMYK00.500.010.18
HSL301.71º52.76%60.98%-
HSV(B)301.71º50.48%81.57%-
XYZ41.8827.5260.86-
YUV146.02161.29172.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 103 (40.62% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=40.31%
G=19.96%
B=39.73%

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
Decimal20810320500.500.010.18301.7152.7660.98
HexD067CD03211212e353d
Octal3201473150621224566575
Binary110100001100111110011010110010110010100101110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067CD; }

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

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

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

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

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

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

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

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