Html Css Color HEX #DE7ED5 Orchid

📋 copy color: '#DE7ED5'

red 222 ◦ green 126 ◦ blue 213

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

Shades of Orchid #DE7ED5

Tints of Orchid #DE7ED5

RGB

 RED value IS 222 (87.11% from 255) = 39.57%

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

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

R = 39.57%
G = 22.46%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE7ED5 (or 0xDE7ED5) is known color: Orchid. HEX triplet: DE, 7E and D5. RGB value is (222,126,213). Sum of RGB (Red+Green+Blue) = 222+126+213=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ED5 is #21812A. Grayscale: #A4A4A4. Windows color (decimal): -2195755 or 13991646. OLE color: 13991646.

HSL color Cylindrical-coordinate representation of color #DE7ED5: hue angle of 305.62º degrees, saturation: 0.59, 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 #DE7ED5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 126 213 -
CMYK 0 0.43 0.04 0.13
HSL 305.63º 0.59% 0.68% -
HSV(B) 305.63º 0.43% 0.87% -
XYZ 49.6 35.26 67.14 -
YUV 164.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 222 126 213 0 0.43 0.04 0.13 305.63 0.59 0.68
Hex DE 7E D5 0 2B 4 D 132 3B 44
Octal 336 176 325 0 53 4 15 462 73 104
Binary 11011110 1111110 11010101 0 101011 100 1101 100110010 111011 1000100

Color Harmonies of #DE7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7ED5

Black with #DE7ED5

Text Example


Text Example

White with #DE7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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