Html Css Color HEX #D082CF Orchid

📋 copy color: '#D082CF'

red 208 ◦ green 130 ◦ blue 207

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

Shades of Orchid #D082CF

Tints of Orchid #D082CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 38.17%
G = 23.85%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D082CF (or 0xD082CF) is known color: Orchid. HEX triplet: D0, 82 and CF. RGB value is (208,130,207). Sum of RGB (Red+Green+Blue) = 208+130+207=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D082CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082CF is #2F7D30. Grayscale: #A1A1A1. Windows color (decimal): -3112241 or 13599440. OLE color: 13599440.

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

Color convert

RGB 208 130 207 -
CMYK 0 0.38 0.00 0.18
HSL 300.77º 0.45% 0.66% -
HSV(B) 300.77º 0.38% 0.82% -
XYZ 45.26 33.88 63.19 -
YUV 162.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 208 130 207 0 0.38 0.00 0.18 300.77 0.45 0.66
Hex D0 82 CF 0 26 0 12 12D 2D 42
Octal 320 202 317 0 46 0 22 455 55 102
Binary 11010000 10000010 11001111 0 100110 0 10010 100101101 101101 1000010

Color Harmonies of #D082CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082CF

Black with #D082CF

Text Example


Text Example

White with #D082CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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