Html Css Color HEX #D080CE Orchid

📋 copy color: '#D080CE'

red 208 ◦ green 128 ◦ blue 206

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

Shades of Orchid #D080CE

Tints of Orchid #D080CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 38.38%
G = 23.62%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D080CE (or 0xD080CE) is known color: Orchid. HEX triplet: D0, 80 and CE. RGB value is (208,128,206). Sum of RGB (Red+Green+Blue) = 208+128+206=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CE is #2F7F31. Grayscale: #A0A0A0. Windows color (decimal): -3112754 or 13533392. OLE color: 13533392.

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

Color convert

RGB 208 128 206 -
CMYK 0 0.38 0.01 0.18
HSL 301.5º 0.46% 0.66% -
HSV(B) 301.5º 0.38% 0.82% -
XYZ 44.87 33.3 62.46 -
YUV 160.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 208 128 206 0 0.38 0.01 0.18 301.5 0.46 0.66
Hex D0 80 CE 0 26 1 12 12E 2E 42
Octal 320 200 316 0 46 1 22 456 56 102
Binary 11010000 10000000 11001110 0 100110 1 10010 100101110 101110 1000010

Color Harmonies of #D080CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080CE

Black with #D080CE

Text Example


Text Example

White with #D080CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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