Html Css Color HEX #D082DD Orchid

📋 copy color: '#D082DD'

red 208 ◦ green 130 ◦ blue 221

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

Shades of Orchid #D082DD

Tints of Orchid #D082DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 37.21%
G = 23.26%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D082DD (or 0xD082DD) is known color: Orchid. HEX triplet: D0, 82 and DD. RGB value is (208,130,221). Sum of RGB (Red+Green+Blue) = 208+130+221=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D082DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DD is #2F7D22. Grayscale: #A3A3A3. Windows color (decimal): -3112227 or 14516944. OLE color: 14516944.

HSL color Cylindrical-coordinate representation of color #D082DD: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D082DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 130 221 -
CMYK 0.06 0.41 0 0.13
HSL 291.43º 0.57% 0.69% -
HSV(B) 291.43º 0.41% 0.87% -
XYZ 47.05 34.6 72.6 -
YUV 163.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 208 130 221 0.06 0.41 0 0.13 291.43 0.57 0.69
Hex D0 82 DD 6 29 0 D 123 39 45
Octal 320 202 335 6 51 0 15 443 71 105
Binary 11010000 10000010 11011101 110 101001 0 1101 100100011 111001 1000101

Color Harmonies of #D082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082DD

Black with #D082DD

Text Example


Text Example

White with #D082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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