Html Css Color HEX #E375CF Orchid

📋 copy color: '#E375CF'

red 227 ◦ green 117 ◦ blue 207

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

Shades of Orchid #E375CF

Tints of Orchid #E375CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.23%

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

R = 41.2%
G = 21.23%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E375CF (or 0xE375CF) is known color: Orchid. HEX triplet: E3, 75 and CF. RGB value is (227,117,207). Sum of RGB (Red+Green+Blue) = 227+117+207=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E375CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375CF is #1C8A30. Grayscale: #9F9F9F. Windows color (decimal): -1870385 or 13596131. OLE color: 13596131.

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

Color convert

RGB 227 117 207 -
CMYK 0 0.48 0.09 0.11
HSL 310.91º 0.66% 0.67% -
HSV(B) 310.91º 0.48% 0.89% -
XYZ 49.3 33.56 62.91 -
YUV 160.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 227 117 207 0 0.48 0.09 0.11 310.91 0.66 0.67
Hex E3 75 CF 0 30 9 B 137 42 43
Octal 343 165 317 0 60 11 13 467 102 103
Binary 11100011 1110101 11001111 0 110000 1001 1011 100110111 1000010 1000011

Color Harmonies of #E375CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375CF

Black with #E375CF

Text Example


Text Example

White with #E375CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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