Html Css Color HEX #DE7ECD Orchid

📋 copy color: '#DE7ECD'

red 222 ◦ green 126 ◦ blue 205

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

Shades of Orchid #DE7ECD

Tints of Orchid #DE7ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 40.14%
G = 22.78%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE7ECD (or 0xDE7ECD) is known color: Orchid. HEX triplet: DE, 7E and CD. RGB value is (222,126,205). Sum of RGB (Red+Green+Blue) = 222+126+205=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ECD is #218132. Grayscale: #A3A3A3. Windows color (decimal): -2195763 or 13467358. OLE color: 13467358.

HSL color Cylindrical-coordinate representation of color #DE7ECD: hue angle of 310.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 #DE7ECD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 126 205 -
CMYK 0 0.43 0.08 0.13
HSL 310.63º 0.59% 0.68% -
HSV(B) 310.63º 0.43% 0.87% -
XYZ 48.6 34.86 61.92 -
YUV 163.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 222 126 205 0 0.43 0.08 0.13 310.63 0.59 0.68
Hex DE 7E CD 0 2B 8 D 137 3B 44
Octal 336 176 315 0 53 10 15 467 73 104
Binary 11011110 1111110 11001101 0 101011 1000 1101 100110111 111011 1000100

Color Harmonies of #DE7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7ECD

Black with #DE7ECD

Text Example


Text Example

White with #DE7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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