Html Css Color HEX #DC6ADC Orchid

📋 copy color: '#DC6ADC'

red 220 ◦ green 106 ◦ blue 220

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

Shades of Orchid #DC6ADC

Tints of Orchid #DC6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 40.29%
G = 19.41%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC6ADC (or 0xDC6ADC) is known color: Orchid. HEX triplet: DC, 6A and DC. RGB value is (220,106,220). Sum of RGB (Red+Green+Blue) = 220+106+220=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ADC is #239523. Grayscale: #989898. Windows color (decimal): -2331940 or 14445276. OLE color: 14445276.

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

Color convert

RGB 220 106 220 -
CMYK 0 0.52 0 0.14
HSL 300º 0.62% 0.64% -
HSV(B) 300º 0.52% 0.86% -
XYZ 47.59 30.69 71.13 -
YUV 153.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 220 106 220 0 0.52 0 0.14 300 0.62 0.64
Hex DC 6A DC 0 34 0 E 12C 3E 40
Octal 334 152 334 0 64 0 16 454 76 100
Binary 11011100 1101010 11011100 0 110100 0 1110 100101100 111110 1000000

Color Harmonies of #DC6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ADC

Black with #DC6ADC

Text Example


Text Example

White with #DC6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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