Html Css Color HEX #E372CF Orchid

📋 copy color: '#E372CF'

red 227 ◦ green 114 ◦ blue 207

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

Shades of Orchid #E372CF

Tints of Orchid #E372CF

RGB

 RED value IS 227 (89.06% from 255) = 41.42%

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 41.42%
G = 20.8%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E372CF (or 0xE372CF) is known color: Orchid. HEX triplet: E3, 72 and CF. RGB value is (227,114,207). Sum of RGB (Red+Green+Blue) = 227+114+207=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E372CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372CF is #1C8D30. Grayscale: #9E9E9E. Windows color (decimal): -1871153 or 13595363. OLE color: 13595363.

HSL color Cylindrical-coordinate representation of color #E372CF: hue angle of 310.62º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372CF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 114 207 -
CMYK 0 0.50 0.09 0.11
HSL 310.62º 0.67% 0.67% -
HSV(B) 310.62º 0.5% 0.89% -
XYZ 48.96 32.87 62.8 -
YUV 158.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 227 114 207 0 0.50 0.09 0.11 310.62 0.67 0.67
Hex E3 72 CF 0 32 9 B 137 43 43
Octal 343 162 317 0 62 11 13 467 103 103
Binary 11100011 1110010 11001111 0 110010 1001 1011 100110111 1000011 1000011

Color Harmonies of #E372CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372CF

Black with #E372CF

Text Example


Text Example

White with #E372CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372CF; }

 p { color: rgb(227,114,207); }

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

background-color css

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

 a { background-color: rgb(227,114,207); }

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

border-color css

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

 span { border-color: rgb(227,114,207); }

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