Html Css Color HEX #DE7EDF Orchid

📋 copy color: '#DE7EDF'

red 222 ◦ green 126 ◦ blue 223

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

Shades of Orchid #DE7EDF

Tints of Orchid #DE7EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 38.88%
G = 22.07%
B = 39.05%

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

#DE7EDF (or 0xDE7EDF) is known color: Orchid. HEX triplet: DE, 7E and DF. RGB value is (222,126,223). Sum of RGB (Red+Green+Blue) = 222+126+223=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EDF is #218120. Grayscale: #A5A5A5. Windows color (decimal): -2195745 or 14647006. OLE color: 14647006.

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

Color convert

RGB 222 126 223 -
CMYK 0.00 0.43 0 0.13
HSL 299.38º 0.6% 0.68% -
HSV(B) 299.38º 0.43% 0.87% -
XYZ 50.9 35.78 74.04 -
YUV 165.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 222 126 223 0.00 0.43 0 0.13 299.38 0.6 0.68
Hex DE 7E DF 0 2B 0 D 12B 3C 44
Octal 336 176 337 0 53 0 15 453 74 104
Binary 11011110 1111110 11011111 0 101011 0 1101 100101011 111100 1000100

Color Harmonies of #DE7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7EDF

Black with #DE7EDF

Text Example


Text Example

White with #DE7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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