Html Css Color HEX #DC82C5 Orchid

📋 copy color: '#DC82C5'

red 220 ◦ green 130 ◦ blue 197

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

Shades of Orchid #DC82C5

Tints of Orchid #DC82C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 40.22%
G = 23.77%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC82C5 (or 0xDC82C5) is known color: Orchid. HEX triplet: DC, 82 and C5. RGB value is (220,130,197). Sum of RGB (Red+Green+Blue) = 220+130+197=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82C5 is #237D3A. Grayscale: #A4A4A4. Windows color (decimal): -2325819 or 12944092. OLE color: 12944092.

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

Color convert

RGB 220 130 197 -
CMYK 0 0.41 0.10 0.14
HSL 315.33º 0.56% 0.69% -
HSV(B) 315.33º 0.41% 0.86% -
XYZ 47.58 35.21 57.11 -
YUV 164.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 220 130 197 0 0.41 0.10 0.14 315.33 0.56 0.69
Hex DC 82 C5 0 29 A E 13B 38 45
Octal 334 202 305 0 51 12 16 473 70 105
Binary 11011100 10000010 11000101 0 101001 1010 1110 100111011 111000 1000101

Color Harmonies of #DC82C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82C5

Black with #DC82C5

Text Example


Text Example

White with #DC82C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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