Html Css Color HEX #DC7ECD Orchid

📋 copy color: '#DC7ECD'

red 220 ◦ green 126 ◦ blue 205

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

Shades of Orchid #DC7ECD

Tints of Orchid #DC7ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.87%

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

R = 39.93%
G = 22.87%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC7ECD (or 0xDC7ECD) is known color: Orchid. HEX triplet: DC, 7E and CD. RGB value is (220,126,205). Sum of RGB (Red+Green+Blue) = 220+126+205=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ECD is #238132. Grayscale: #A2A2A2. Windows color (decimal): -2326835 or 13467356. OLE color: 13467356.

HSL color Cylindrical-coordinate representation of color #DC7ECD: hue angle of 309.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7ECD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 205 -
CMYK 0 0.43 0.07 0.14
HSL 309.57º 0.57% 0.68% -
HSV(B) 309.57º 0.43% 0.86% -
XYZ 48 34.55 61.9 -
YUV 163.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 220 126 205 0 0.43 0.07 0.14 309.57 0.57 0.68
Hex DC 7E CD 0 2B 7 E 136 39 44
Octal 334 176 315 0 53 7 16 466 71 104
Binary 11011100 1111110 11001101 0 101011 111 1110 100110110 111001 1000100

Color Harmonies of #DC7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ECD

Black with #DC7ECD

Text Example


Text Example

White with #DC7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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