Html Css Color HEX #DC6ED4 Orchid

📋 copy color: '#DC6ED4'

red 220 ◦ green 110 ◦ blue 212

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

Shades of Orchid #DC6ED4

Tints of Orchid #DC6ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 40.59%
G = 20.3%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC6ED4 (or 0xDC6ED4) is known color: Orchid. HEX triplet: DC, 6E and D4. RGB value is (220,110,212). Sum of RGB (Red+Green+Blue) = 220+110+212=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED4 is #23912B. Grayscale: #9A9A9A. Windows color (decimal): -2330924 or 13922012. OLE color: 13922012.

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

Color convert

RGB 220 110 212 -
CMYK 0 0.50 0.04 0.14
HSL 304.36º 0.61% 0.65% -
HSV(B) 304.36º 0.5% 0.86% -
XYZ 46.97 31.12 65.82 -
YUV 154.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 220 110 212 0 0.50 0.04 0.14 304.36 0.61 0.65
Hex DC 6E D4 0 32 4 E 130 3D 41
Octal 334 156 324 0 62 4 16 460 75 101
Binary 11011100 1101110 11010100 0 110010 100 1110 100110000 111101 1000001

Color Harmonies of #DC6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ED4

Black with #DC6ED4

Text Example


Text Example

White with #DC6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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