Html Css Color HEX #E070CF Orchid

📋 copy color: '#E070CF'

red 224 ◦ green 112 ◦ blue 207

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

Shades of Orchid #E070CF

Tints of Orchid #E070CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 41.25%
G = 20.63%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E070CF (or 0xE070CF) is known color: Orchid. HEX triplet: E0, 70 and CF. RGB value is (224,112,207). Sum of RGB (Red+Green+Blue) = 224+112+207=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E070CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070CF is #1F8F30. Grayscale: #9C9C9C. Windows color (decimal): -2068273 or 13594848. OLE color: 13594848.

HSL color Cylindrical-coordinate representation of color #E070CF: hue angle of 309.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070CF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 207 -
CMYK 0 0.50 0.08 0.12
HSL 309.11º 0.64% 0.66% -
HSV(B) 309.11º 0.5% 0.88% -
XYZ 47.8 31.94 62.68 -
YUV 156.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 224 112 207 0 0.50 0.08 0.12 309.11 0.64 0.66
Hex E0 70 CF 0 32 8 C 135 40 42
Octal 340 160 317 0 62 10 14 465 100 102
Binary 11100000 1110000 11001111 0 110010 1000 1100 100110101 1000000 1000010

Color Harmonies of #E070CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070CF

Black with #E070CF

Text Example


Text Example

White with #E070CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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