Html Css Color HEX #DC82DD Orchid

📋 copy color: '#DC82DD'

red 220 ◦ green 130 ◦ blue 221

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

Shades of Orchid #DC82DD

Tints of Orchid #DC82DD

RGB

 RED value IS 220 (86.33% from 255) = 38.53%

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

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

R = 38.53%
G = 22.77%
B = 38.7%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC82DD (or 0xDC82DD) is known color: Orchid. HEX triplet: DC, 82 and DD. RGB value is (220,130,221). Sum of RGB (Red+Green+Blue) = 220+130+221=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82DD is #237D22. Grayscale: #A7A7A7. Windows color (decimal): -2325795 or 14516956. OLE color: 14516956.

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

Color convert

RGB 220 130 221 -
CMYK 0.00 0.41 0 0.13
HSL 299.34º 0.57% 0.69% -
HSV(B) 299.34º 0.41% 0.87% -
XYZ 50.55 36.4 72.77 -
YUV 167.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 220 130 221 0.00 0.41 0 0.13 299.34 0.57 0.69
Hex DC 82 DD 0 29 0 D 12B 39 45
Octal 334 202 335 0 51 0 15 453 71 105
Binary 11011100 10000010 11011101 0 101001 0 1101 100101011 111001 1000101

Color Harmonies of #DC82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82DD

Black with #DC82DD

Text Example


Text Example

White with #DC82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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