Html Css Color HEX #DC7EC8 Orchid

📋 copy color: '#DC7EC8'

red 220 ◦ green 126 ◦ blue 200

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

Shades of Orchid #DC7EC8

Tints of Orchid #DC7EC8

RGB

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

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

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

R = 40.29%
G = 23.08%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC7EC8 (or 0xDC7EC8) is known color: Orchid. HEX triplet: DC, 7E and C8. RGB value is (220,126,200). Sum of RGB (Red+Green+Blue) = 220+126+200=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EC8 is #238137. Grayscale: #A2A2A2. Windows color (decimal): -2326840 or 13139676. OLE color: 13139676.

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

Color convert

RGB 220 126 200 -
CMYK 0 0.43 0.09 0.14
HSL 312.77º 0.57% 0.68% -
HSV(B) 312.77º 0.43% 0.86% -
XYZ 47.4 34.31 58.77 -
YUV 162.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 220 126 200 0 0.43 0.09 0.14 312.77 0.57 0.68
Hex DC 7E C8 0 2B 9 E 139 39 44
Octal 334 176 310 0 53 11 16 471 71 104
Binary 11011100 1111110 11001000 0 101011 1001 1110 100111001 111001 1000100

Color Harmonies of #DC7EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EC8

Black with #DC7EC8

Text Example


Text Example

White with #DC7EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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