Html Css Color HEX #E975D3 Orchid

📋 copy color: '#E975D3'

red 233 ◦ green 117 ◦ blue 211

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

Shades of Orchid #E975D3

Tints of Orchid #E975D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 41.53%
G = 20.86%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E975D3 (or 0xE975D3) is known color: Orchid. HEX triplet: E9, 75 and D3. RGB value is (233,117,211). Sum of RGB (Red+Green+Blue) = 233+117+211=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E975D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975D3 is #168A2C. Grayscale: #A2A2A2. Windows color (decimal): -1477165 or 13858281. OLE color: 13858281.

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

Color convert

RGB 233 117 211 -
CMYK 0 0.50 0.09 0.09
HSL 311.38º 0.73% 0.69% -
HSV(B) 311.38º 0.5% 0.91% -
XYZ 51.72 34.75 65.61 -
YUV 162.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 233 117 211 0 0.50 0.09 0.09 311.38 0.73 0.69
Hex E9 75 D3 0 32 9 9 137 48 45
Octal 351 165 323 0 62 11 11 467 110 105
Binary 11101001 1110101 11010011 0 110010 1001 1001 100110111 1001000 1000101

Color Harmonies of #E975D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975D3

Black with #E975D3

Text Example


Text Example

White with #E975D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975D3; }

 p { color: rgb(233,117,211); }

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

background-color css

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

 a { background-color: rgb(233,117,211); }

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

border-color css

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

 span { border-color: rgb(233,117,211); }

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