Html Css Color HEX #D082CE Orchid

📋 copy color: '#D082CE'

red 208 ◦ green 130 ◦ blue 206

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

Shades of Orchid #D082CE

Tints of Orchid #D082CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.9%

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

R = 38.24%
G = 23.9%
B = 37.87%

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

#D082CE (or 0xD082CE) is known color: Orchid. HEX triplet: D0, 82 and CE. RGB value is (208,130,206). Sum of RGB (Red+Green+Blue) = 208+130+206=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D082CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082CE is #2F7D31. Grayscale: #A1A1A1. Windows color (decimal): -3112242 or 13533904. OLE color: 13533904.

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

Color convert

RGB 208 130 206 -
CMYK 0 0.38 0.01 0.18
HSL 301.54º 0.45% 0.66% -
HSV(B) 301.54º 0.38% 0.82% -
XYZ 45.14 33.83 62.54 -
YUV 161.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 208 130 206 0 0.38 0.01 0.18 301.54 0.45 0.66
Hex D0 82 CE 0 26 1 12 12E 2D 42
Octal 320 202 316 0 46 1 22 456 55 102
Binary 11010000 10000010 11001110 0 100110 1 10010 100101110 101101 1000010

Color Harmonies of #D082CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082CE

Black with #D082CE

Text Example


Text Example

White with #D082CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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