Html Css Color HEX #DC7ED5 Orchid

📋 copy color: '#DC7ED5'

red 220 ◦ green 126 ◦ blue 213

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

Shades of Orchid #DC7ED5

Tints of Orchid #DC7ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 39.36%
G = 22.54%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC7ED5 (or 0xDC7ED5) is known color: Orchid. HEX triplet: DC, 7E and D5. RGB value is (220,126,213). Sum of RGB (Red+Green+Blue) = 220+126+213=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ED5 is #23812A. Grayscale: #A3A3A3. Windows color (decimal): -2326827 or 13991644. OLE color: 13991644.

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

Color convert

RGB 220 126 213 -
CMYK 0 0.43 0.03 0.14
HSL 304.47º 0.57% 0.68% -
HSV(B) 304.47º 0.43% 0.86% -
XYZ 48.99 34.94 67.11 -
YUV 164.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 220 126 213 0 0.43 0.03 0.14 304.47 0.57 0.68
Hex DC 7E D5 0 2B 3 E 130 39 44
Octal 334 176 325 0 53 3 16 460 71 104
Binary 11011100 1111110 11010101 0 101011 11 1110 100110000 111001 1000100

Color Harmonies of #DC7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ED5

Black with #DC7ED5

Text Example


Text Example

White with #DC7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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