Html Css Color HEX #D082CA Orchid

📋 copy color: '#D082CA'

red 208 ◦ green 130 ◦ blue 202

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

Shades of Orchid #D082CA

Tints of Orchid #D082CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 38.52%
G = 24.07%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D082CA (or 0xD082CA) is known color: Orchid. HEX triplet: D0, 82 and CA. RGB value is (208,130,202). Sum of RGB (Red+Green+Blue) = 208+130+202=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D082CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082CA is #2F7D35. Grayscale: #A1A1A1. Windows color (decimal): -3112246 or 13271760. OLE color: 13271760.

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

Color convert

RGB 208 130 202 -
CMYK 0 0.38 0.03 0.18
HSL 304.62º 0.45% 0.66% -
HSV(B) 304.62º 0.38% 0.82% -
XYZ 44.66 33.64 60.02 -
YUV 161.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 208 130 202 0 0.38 0.03 0.18 304.62 0.45 0.66
Hex D0 82 CA 0 26 3 12 131 2D 42
Octal 320 202 312 0 46 3 22 461 55 102
Binary 11010000 10000010 11001010 0 100110 11 10010 100110001 101101 1000010

Color Harmonies of #D082CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082CA

Black with #D082CA

Text Example


Text Example

White with #D082CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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