Html Css Color HEX #DC7EC3 Orchid

📋 copy color: '#DC7EC3'

red 220 ◦ green 126 ◦ blue 195

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

Shades of Orchid #DC7EC3

Tints of Orchid #DC7EC3

RGB

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

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

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

R = 40.67%
G = 23.29%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC7EC3 (or 0xDC7EC3) is known color: Orchid. HEX triplet: DC, 7E and C3. RGB value is (220,126,195). Sum of RGB (Red+Green+Blue) = 220+126+195=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EC3 is #23813C. Grayscale: #A1A1A1. Windows color (decimal): -2326845 or 12811996. OLE color: 12811996.

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

Color convert

RGB 220 126 195 -
CMYK 0 0.43 0.11 0.14
HSL 315.96º 0.57% 0.68% -
HSV(B) 315.96º 0.43% 0.86% -
XYZ 46.83 34.08 55.74 -
YUV 161.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 220 126 195 0 0.43 0.11 0.14 315.96 0.57 0.68
Hex DC 7E C3 0 2B B E 13C 39 44
Octal 334 176 303 0 53 13 16 474 71 104
Binary 11011100 1111110 11000011 0 101011 1011 1110 100111100 111001 1000100

Color Harmonies of #DC7EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EC3

Black with #DC7EC3

Text Example


Text Example

White with #DC7EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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