Html Css Color HEX #DC6EC3 Orchid

📋 copy color: '#DC6EC3'

red 220 ◦ green 110 ◦ blue 195

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

Shades of Orchid #DC6EC3

Tints of Orchid #DC6EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 41.9%
G = 20.95%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC6EC3 (or 0xDC6EC3) is known color: Orchid. HEX triplet: DC, 6E and C3. RGB value is (220,110,195). Sum of RGB (Red+Green+Blue) = 220+110+195=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC3 is #23913C. Grayscale: #989898. Windows color (decimal): -2330941 or 12807900. OLE color: 12807900.

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

Color convert

RGB 220 110 195 -
CMYK 0 0.50 0.11 0.14
HSL 313.64º 0.61% 0.65% -
HSV(B) 313.64º 0.5% 0.86% -
XYZ 44.94 30.31 55.11 -
YUV 152.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 220 110 195 0 0.50 0.11 0.14 313.64 0.61 0.65
Hex DC 6E C3 0 32 B E 13A 3D 41
Octal 334 156 303 0 62 13 16 472 75 101
Binary 11011100 1101110 11000011 0 110010 1011 1110 100111010 111101 1000001

Color Harmonies of #DC6EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EC3

Black with #DC6EC3

Text Example


Text Example

White with #DC6EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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