Html Css Color HEX #DC82DF Orchid

📋 copy color: '#DC82DF'

red 220 ◦ green 130 ◦ blue 223

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

Shades of Orchid #DC82DF

Tints of Orchid #DC82DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 38.39%
G = 22.69%
B = 38.92%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC82DF (or 0xDC82DF) is known color: Orchid. HEX triplet: DC, 82 and DF. RGB value is (220,130,223). Sum of RGB (Red+Green+Blue) = 220+130+223=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82DF is #237D20. Grayscale: #A7A7A7. Windows color (decimal): -2325793 or 14648028. OLE color: 14648028.

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

Color convert

RGB 220 130 223 -
CMYK 0.01 0.42 0 0.13
HSL 298.06º 0.59% 0.69% -
HSV(B) 298.06º 0.42% 0.87% -
XYZ 50.82 36.51 74.18 -
YUV 167.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 220 130 223 0.01 0.42 0 0.13 298.06 0.59 0.69
Hex DC 82 DF 1 2A 0 D 12A 3B 45
Octal 334 202 337 1 52 0 15 452 73 105
Binary 11011100 10000010 11011111 1 101010 0 1101 100101010 111011 1000101

Color Harmonies of #DC82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82DF

Black with #DC82DF

Text Example


Text Example

White with #DC82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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