Html Css Color HEX #DC6EC8 Orchid

📋 copy color: '#DC6EC8'

red 220 ◦ green 110 ◦ blue 200

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

Shades of Orchid #DC6EC8

Tints of Orchid #DC6EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.74%

R = 41.51%
G = 20.75%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC6EC8 (or 0xDC6EC8) is known color: Orchid. HEX triplet: DC, 6E and C8. RGB value is (220,110,200). Sum of RGB (Red+Green+Blue) = 220+110+200=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC8 is #239137. Grayscale: #989898. Windows color (decimal): -2330936 or 13135580. OLE color: 13135580.

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

Color convert

RGB 220 110 200 -
CMYK 0 0.50 0.09 0.14
HSL 310.91º 0.61% 0.65% -
HSV(B) 310.91º 0.5% 0.86% -
XYZ 45.52 30.54 58.14 -
YUV 153.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 220 110 200 0 0.50 0.09 0.14 310.91 0.61 0.65
Hex DC 6E C8 0 32 9 E 137 3D 41
Octal 334 156 310 0 62 11 16 467 75 101
Binary 11011100 1101110 11001000 0 110010 1001 1110 100110111 111101 1000001

Color Harmonies of #DC6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EC8

Black with #DC6EC8

Text Example


Text Example

White with #DC6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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