Html Css Color HEX #E972CF Orchid

📋 copy color: '#E972CF'

red 233 ◦ green 114 ◦ blue 207

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

Shades of Orchid #E972CF

Tints of Orchid #E972CF

RGB

 RED value IS 233 (91.41% from 255) = 42.06%

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

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

R = 42.06%
G = 20.58%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E972CF (or 0xE972CF) is known color: Orchid. HEX triplet: E9, 72 and CF. RGB value is (233,114,207). Sum of RGB (Red+Green+Blue) = 233+114+207=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E972CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972CF is #168D30. Grayscale: #9F9F9F. Windows color (decimal): -1477937 or 13595369. OLE color: 13595369.

HSL color Cylindrical-coordinate representation of color #E972CF: hue angle of 313.11º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E972CF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 114 207 -
CMYK 0 0.51 0.11 0.09
HSL 313.11º 0.73% 0.68% -
HSV(B) 313.11º 0.51% 0.91% -
XYZ 50.88 33.86 62.89 -
YUV 160.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 233 114 207 0 0.51 0.11 0.09 313.11 0.73 0.68
Hex E9 72 CF 0 33 B 9 139 49 44
Octal 351 162 317 0 63 13 11 471 111 104
Binary 11101001 1110010 11001111 0 110011 1011 1001 100111001 1001001 1000100

Color Harmonies of #E972CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972CF

Black with #E972CF

Text Example


Text Example

White with #E972CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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