Html Css Color HEX #E07CCF Orchid

📋 copy color: '#E07CCF'

red 224 ◦ green 124 ◦ blue 207

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

Shades of Orchid #E07CCF

Tints of Orchid #E07CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 40.36%
G = 22.34%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E07CCF (or 0xE07CCF) is known color: Orchid. HEX triplet: E0, 7C and CF. RGB value is (224,124,207). Sum of RGB (Red+Green+Blue) = 224+124+207=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CCF is #1F8330. Grayscale: #A3A3A3. Windows color (decimal): -2065201 or 13597920. OLE color: 13597920.

HSL color Cylindrical-coordinate representation of color #E07CCF: hue angle of 310.2º 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 #E07CCF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 207 -
CMYK 0 0.45 0.08 0.12
HSL 310.2º 0.62% 0.68% -
HSV(B) 310.2º 0.45% 0.88% -
XYZ 49.21 34.77 63.15 -
YUV 163.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 224 124 207 0 0.45 0.08 0.12 310.2 0.62 0.68
Hex E0 7C CF 0 2D 8 C 136 3E 44
Octal 340 174 317 0 55 10 14 466 76 104
Binary 11100000 1111100 11001111 0 101101 1000 1100 100110110 111110 1000100

Color Harmonies of #E07CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CCF

Black with #E07CCF

Text Example


Text Example

White with #E07CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CCF; }

 p { color: rgb(224,124,207); }

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

background-color css

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

 a { background-color: rgb(224,124,207); }

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

border-color css

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

 span { border-color: rgb(224,124,207); }

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