Html Css Color HEX #E07BDF Orchid

📋 copy color: '#E07BDF'

red 224 ◦ green 123 ◦ blue 223

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

Shades of Orchid #E07BDF

Tints of Orchid #E07BDF

RGB

 RED value IS 224 (87.89% from 255) = 39.3%

 GREEN value IS 123 (48.44% from 255) = 21.58%

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

R = 39.3%
G = 21.58%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E07BDF (or 0xE07BDF) is known color: Orchid. HEX triplet: E0, 7B and DF. RGB value is (224,123,223). Sum of RGB (Red+Green+Blue) = 224+123+223=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BDF is #1F8420. Grayscale: #A4A4A4. Windows color (decimal): -2065441 or 14646240. OLE color: 14646240.

HSL color Cylindrical-coordinate representation of color #E07BDF: hue angle of 300.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BDF is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 223 -
CMYK 0 0.45 0.00 0.12
HSL 300.59º 0.62% 0.68% -
HSV(B) 300.59º 0.45% 0.88% -
XYZ 51.14 35.34 73.94 -
YUV 164.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 224 123 223 0 0.45 0.00 0.12 300.59 0.62 0.68
Hex E0 7B DF 0 2D 0 C 12D 3E 44
Octal 340 173 337 0 55 0 14 455 76 104
Binary 11100000 1111011 11011111 0 101101 0 1100 100101101 111110 1000100

Color Harmonies of #E07BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BDF

Black with #E07BDF

Text Example


Text Example

White with #E07BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BDF; }

 p { color: rgb(224,123,223); }

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

background-color css

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

 a { background-color: rgb(224,123,223); }

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

border-color css

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

 span { border-color: rgb(224,123,223); }

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