Html Css Color HEX #DC6AD5 Orchid

📋 copy color: '#DC6AD5'

red 220 ◦ green 106 ◦ blue 213

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

Shades of Orchid #DC6AD5

Tints of Orchid #DC6AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 40.82%
G = 19.67%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC6AD5 (or 0xDC6AD5) is known color: Orchid. HEX triplet: DC, 6A and D5. RGB value is (220,106,213). Sum of RGB (Red+Green+Blue) = 220+106+213=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AD5 is #23952A. Grayscale: #979797. Windows color (decimal): -2331947 or 13986524. OLE color: 13986524.

HSL color Cylindrical-coordinate representation of color #DC6AD5: hue angle of 303.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AD5 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 213 -
CMYK 0 0.52 0.03 0.14
HSL 303.68º 0.62% 0.64% -
HSV(B) 303.68º 0.52% 0.86% -
XYZ 46.68 30.33 66.34 -
YUV 152.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 220 106 213 0 0.52 0.03 0.14 303.68 0.62 0.64
Hex DC 6A D5 0 34 3 E 130 3E 40
Octal 334 152 325 0 64 3 16 460 76 100
Binary 11011100 1101010 11010101 0 110100 11 1110 100110000 111110 1000000

Color Harmonies of #DC6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AD5

Black with #DC6AD5

Text Example


Text Example

White with #DC6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AD5; }

 p { color: rgb(220,106,213); }

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

background-color css

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

 a { background-color: rgb(220,106,213); }

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

border-color css

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

 span { border-color: rgb(220,106,213); }

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