Html Css Color HEX #E972CE Orchid

📋 copy color: '#E972CE'

red 233 ◦ green 114 ◦ blue 206

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

Shades of Orchid #E972CE

Tints of Orchid #E972CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 42.13%
G = 20.61%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E972CE (or 0xE972CE) is known color: Orchid. HEX triplet: E9, 72 and CE. RGB value is (233,114,206). Sum of RGB (Red+Green+Blue) = 233+114+206=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E972CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972CE is #168D31. Grayscale: #9F9F9F. Windows color (decimal): -1477938 or 13529833. OLE color: 13529833.

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

Color convert

RGB 233 114 206 -
CMYK 0 0.51 0.12 0.09
HSL 313.61º 0.73% 0.68% -
HSV(B) 313.61º 0.51% 0.91% -
XYZ 50.76 33.81 62.24 -
YUV 160.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 233 114 206 0 0.51 0.12 0.09 313.61 0.73 0.68
Hex E9 72 CE 0 33 C 9 13A 49 44
Octal 351 162 316 0 63 14 11 472 111 104
Binary 11101001 1110010 11001110 0 110011 1100 1001 100111010 1001001 1000100

Color Harmonies of #E972CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972CE

Black with #E972CE

Text Example


Text Example

White with #E972CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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