#D067D2

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

Shades of Orchid #D067D2

Tints of Orchid #D067D2

Color information

#D067D2 (or 0xD067D2) is unknown color: approx Orchid. HEX triplet: D0, 67 and D2. RGB value is (208,103,210). Sum of RGB (Red+Green+Blue) = 208+103+210=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #D067D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067D2 is #2F982D. Grayscale: #929292. Windows color (decimal): -3119150 or 13789136. OLE color: 13789136.

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

Color convert

RGB208103210-
CMYK0.010.5100.18
HSL298.88º54.31%61.37%-
HSV(B)298.88º50.95%82.35%-
XYZ42.527.7664.09-
YUV146.59163.79171.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 210 (82.42% from 255) = 40.31%
R=39.92%
G=19.77%
B=40.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081032100.010.5100.18298.8854.3161.37
HexD067D213301212b363d
Octal3201473221630224536675
Binary110100001100111110100101110011010010100101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067D2; }

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

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

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

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

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

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

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

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