Html Css Color HEX #DC82CD Orchid

📋 copy color: '#DC82CD'

red 220 ◦ green 130 ◦ blue 205

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

Shades of Orchid #DC82CD

Tints of Orchid #DC82CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 39.64%
G = 23.42%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC82CD (or 0xDC82CD) is known color: Orchid. HEX triplet: DC, 82 and CD. RGB value is (220,130,205). Sum of RGB (Red+Green+Blue) = 220+130+205=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82CD is #237D32. Grayscale: #A5A5A5. Windows color (decimal): -2325811 or 13468380. OLE color: 13468380.

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

Color convert

RGB 220 130 205 -
CMYK 0 0.41 0.07 0.14
HSL 310º 0.56% 0.69% -
HSV(B) 310º 0.41% 0.86% -
XYZ 48.52 35.59 62.07 -
YUV 165.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 220 130 205 0 0.41 0.07 0.14 310 0.56 0.69
Hex DC 82 CD 0 29 7 E 136 38 45
Octal 334 202 315 0 51 7 16 466 70 105
Binary 11011100 10000010 11001101 0 101001 111 1110 100110110 111000 1000101

Color Harmonies of #DC82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82CD

Black with #DC82CD

Text Example


Text Example

White with #DC82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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