Html Css Color HEX #DC82D0 Orchid

📋 copy color: '#DC82D0'

red 220 ◦ green 130 ◦ blue 208

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

Shades of Orchid #DC82D0

Tints of Orchid #DC82D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 39.43%
G = 23.3%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC82D0 (or 0xDC82D0) is known color: Orchid. HEX triplet: DC, 82 and D0. RGB value is (220,130,208). Sum of RGB (Red+Green+Blue) = 220+130+208=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82D0 is #237D2F. Grayscale: #A5A5A5. Windows color (decimal): -2325808 or 13664988. OLE color: 13664988.

HSL color Cylindrical-coordinate representation of color #DC82D0: hue angle of 308º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82D0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 208 -
CMYK 0 0.41 0.05 0.14
HSL 308º 0.56% 0.69% -
HSV(B) 308º 0.41% 0.86% -
XYZ 48.88 35.73 64 -
YUV 165.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 220 130 208 0 0.41 0.05 0.14 308 0.56 0.69
Hex DC 82 D0 0 29 5 E 134 38 45
Octal 334 202 320 0 51 5 16 464 70 105
Binary 11011100 10000010 11010000 0 101001 101 1110 100110100 111000 1000101

Color Harmonies of #DC82D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82D0

Black with #DC82D0

Text Example


Text Example

White with #DC82D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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