#D071CE

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

Shades of Orchid #D071CE

Tints of Orchid #D071CE

Color information

#D071CE (or 0xD071CE) is unknown color: approx Orchid. HEX triplet: D0, 71 and CE. RGB value is (208,113,206). Sum of RGB (Red+Green+Blue) = 208+113+206=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D071CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071CE is #2F8E31. Grayscale: #979797. Windows color (decimal): -3116594 or 13529552. OLE color: 13529552.

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

Color convert

RGB208113206-
CMYK00.460.010.18
HSL301.26º50.26%62.94%-
HSV(B)301.26º45.67%81.57%-
XYZ43.0629.6861.85-
YUV152.01158.47167.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=39.47%
G=21.44%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811320600.460.010.18301.2650.2662.94
HexD071CE02E11212d323f
Octal3201613160561224556277
Binary110100001110001110011100101110110010100101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071CE; }

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

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

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

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

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

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

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

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