Html Css Color HEX #DC6EDC Orchid

📋 copy color: '#DC6EDC'

red 220 ◦ green 110 ◦ blue 220

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

Shades of Orchid #DC6EDC

Tints of Orchid #DC6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC6EDC (or 0xDC6EDC) is known color: Orchid. HEX triplet: DC, 6E and DC. RGB value is (220,110,220). Sum of RGB (Red+Green+Blue) = 220+110+220=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EDC is #239123. Grayscale: #9B9B9B. Windows color (decimal): -2330916 or 14446300. OLE color: 14446300.

HSL color Cylindrical-coordinate representation of color #DC6EDC: hue angle of 300º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EDC is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 220 -
CMYK 0 0.50 0 0.14
HSL 300º 0.61% 0.65% -
HSV(B) 300º 0.5% 0.86% -
XYZ 48.01 31.53 71.27 -
YUV 155.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 220 110 220 0 0.50 0 0.14 300 0.61 0.65
Hex DC 6E DC 0 32 0 E 12C 3D 41
Octal 334 156 334 0 62 0 16 454 75 101
Binary 11011100 1101110 11011100 0 110010 0 1110 100101100 111101 1000001

Color Harmonies of #DC6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EDC

Black with #DC6EDC

Text Example


Text Example

White with #DC6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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