Html Css Color HEX #E972CD Orchid

📋 copy color: '#E972CD'

red 233 ◦ green 114 ◦ blue 205

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

Shades of Orchid #E972CD

Tints of Orchid #E972CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 42.21%
G = 20.65%
B = 37.14%

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

#E972CD (or 0xE972CD) is known color: Orchid. HEX triplet: E9, 72 and CD. RGB value is (233,114,205). Sum of RGB (Red+Green+Blue) = 233+114+205=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E972CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972CD is #168D32. Grayscale: #9F9F9F. Windows color (decimal): -1477939 or 13464297. OLE color: 13464297.

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

Color convert

RGB 233 114 205 -
CMYK 0 0.51 0.12 0.09
HSL 314.12º 0.73% 0.68% -
HSV(B) 314.12º 0.51% 0.91% -
XYZ 50.64 33.77 61.61 -
YUV 159.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 233 114 205 0 0.51 0.12 0.09 314.12 0.73 0.68
Hex E9 72 CD 0 33 C 9 13A 49 44
Octal 351 162 315 0 63 14 11 472 111 104
Binary 11101001 1110010 11001101 0 110011 1100 1001 100111010 1001001 1000100

Color Harmonies of #E972CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972CD

Black with #E972CD

Text Example


Text Example

White with #E972CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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