Html Css Color HEX #D076CE Orchid

📋 copy color: '#D076CE'

red 208 ◦ green 118 ◦ blue 206

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

Shades of Orchid #D076CE

Tints of Orchid #D076CE

RGB

 RED value IS 208 (81.64% from 255) = 39.1%

 GREEN value IS 118 (46.48% from 255) = 22.18%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 39.1%
G = 22.18%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D076CE (or 0xD076CE) is known color: Orchid. HEX triplet: D0, 76 and CE. RGB value is (208,118,206). Sum of RGB (Red+Green+Blue) = 208+118+206=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D076CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076CE is #2F8931. Grayscale: #9A9A9A. Windows color (decimal): -3115314 or 13530832. OLE color: 13530832.

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

Color convert

RGB 208 118 206 -
CMYK 0 0.43 0.01 0.18
HSL 301.33º 0.49% 0.64% -
HSV(B) 301.33º 0.43% 0.82% -
XYZ 43.63 30.82 62.04 -
YUV 154.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 208 118 206 0 0.43 0.01 0.18 301.33 0.49 0.64
Hex D0 76 CE 0 2B 1 12 12D 31 40
Octal 320 166 316 0 53 1 22 455 61 100
Binary 11010000 1110110 11001110 0 101011 1 10010 100101101 110001 1000000

Color Harmonies of #D076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076CE

Black with #D076CE

Text Example


Text Example

White with #D076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076CE; }

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

 H1.HeaderClassName
 {
   color: #D076CE;
 }
 .AnyTagClassName
 {
   color: #D076CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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