Html Css Color HEX #D071CE Orchid

📋 copy color: '#D071CE'

red 208 ◦ green 113 ◦ blue 206

#D071CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D071CE

Tints of Orchid #D071CE

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 value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D071CE (or 0xD071CE) is known color: 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

RGB 208 113 206 -
CMYK 0 0.46 0.01 0.18
HSL 301.26º 0.5% 0.63% -
HSV(B) 301.26º 0.46% 0.82% -
XYZ 43.06 29.68 61.85 -
YUV 152.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 208 113 206 0 0.46 0.01 0.18 301.26 0.5 0.63
Hex D0 71 CE 0 2E 1 12 12D 32 3F
Octal 320 161 316 0 56 1 22 455 62 77
Binary 11010000 1110001 11001110 0 101110 1 10010 100101101 110010 111111

Color Harmonies of #D071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071CE

Black with #D071CE

Text Example


Text Example

White with #D071CE

Text Example


Text Example

HTML Codes & Css Web 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>