Html Css Color HEX #DC7EDD Orchid

📋 copy color: '#DC7EDD'

red 220 ◦ green 126 ◦ blue 221

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

Shades of Orchid #DC7EDD

Tints of Orchid #DC7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 38.8%
G = 22.22%
B = 38.98%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC7EDD (or 0xDC7EDD) is known color: Orchid. HEX triplet: DC, 7E and DD. RGB value is (220,126,221). Sum of RGB (Red+Green+Blue) = 220+126+221=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EDD is #238122. Grayscale: #A4A4A4. Windows color (decimal): -2326819 or 14515932. OLE color: 14515932.

HSL color Cylindrical-coordinate representation of color #DC7EDD: hue angle of 299.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7EDD is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 126 221 -
CMYK 0.00 0.43 0 0.13
HSL 299.37º 0.58% 0.68% -
HSV(B) 299.37º 0.43% 0.87% -
XYZ 50.03 35.36 72.59 -
YUV 164.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 220 126 221 0.00 0.43 0 0.13 299.37 0.58 0.68
Hex DC 7E DD 0 2B 0 D 12B 3A 44
Octal 334 176 335 0 53 0 15 453 72 104
Binary 11011100 1111110 11011101 0 101011 0 1101 100101011 111010 1000100

Color Harmonies of #DC7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EDD

Black with #DC7EDD

Text Example


Text Example

White with #DC7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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