Html Css Color HEX #DC6ECD Orchid

📋 copy color: '#DC6ECD'

red 220 ◦ green 110 ◦ blue 205

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

Shades of Orchid #DC6ECD

Tints of Orchid #DC6ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 41.12%
G = 20.56%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC6ECD (or 0xDC6ECD) is known color: Orchid. HEX triplet: DC, 6E and CD. RGB value is (220,110,205). Sum of RGB (Red+Green+Blue) = 220+110+205=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ECD is #239132. Grayscale: #999999. Windows color (decimal): -2330931 or 13463260. OLE color: 13463260.

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

Color convert

RGB 220 110 205 -
CMYK 0 0.50 0.07 0.14
HSL 308.18º 0.61% 0.65% -
HSV(B) 308.18º 0.5% 0.86% -
XYZ 46.11 30.78 61.27 -
YUV 153.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 220 110 205 0 0.50 0.07 0.14 308.18 0.61 0.65
Hex DC 6E CD 0 32 7 E 134 3D 41
Octal 334 156 315 0 62 7 16 464 75 101
Binary 11011100 1101110 11001101 0 110010 111 1110 100110100 111101 1000001

Color Harmonies of #DC6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ECD

Black with #DC6ECD

Text Example


Text Example

White with #DC6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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