#D071CD

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

Shades of Orchid #D071CD

Tints of Orchid #D071CD

Color information

#D071CD (or 0xD071CD) is unknown color: approx Orchid. HEX triplet: D0, 71 and CD. RGB value is (208,113,205). Sum of RGB (Red+Green+Blue) = 208+113+205=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D071CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071CD is #2F8E32. Grayscale: #979797. Windows color (decimal): -3116595 or 13464016. OLE color: 13464016.

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

Color convert

RGB208113205-
CMYK00.460.010.18
HSL301.89º50.26%62.94%-
HSV(B)301.89º45.67%81.57%-
XYZ42.9429.6361.21-
YUV151.89157.97168.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 113 (44.53% from 255) = 21.48%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=39.54%
G=21.48%
B=38.97%

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
Decimal20811320500.460.010.18301.8950.2662.94
HexD071CD02E11212e323f
Octal3201613150561224566277
Binary110100001110001110011010101110110010100101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071CD; }

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

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

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

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

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

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

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

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