Html Css Color HEX #E975D9 Orchid

📋 copy color: '#E975D9'

red 233 ◦ green 117 ◦ blue 217

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

Shades of Orchid #E975D9

Tints of Orchid #E975D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 41.09%
G = 20.63%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E975D9 (or 0xE975D9) is known color: Orchid. HEX triplet: E9, 75 and D9. RGB value is (233,117,217). Sum of RGB (Red+Green+Blue) = 233+117+217=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E975D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975D9 is #168A26. Grayscale: #A2A2A2. Windows color (decimal): -1477159 or 14251497. OLE color: 14251497.

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

Color convert

RGB 233 117 217 -
CMYK 0 0.50 0.07 0.09
HSL 308.28º 0.73% 0.69% -
HSV(B) 308.28º 0.5% 0.91% -
XYZ 52.49 35.06 69.65 -
YUV 163.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 233 117 217 0 0.50 0.07 0.09 308.28 0.73 0.69
Hex E9 75 D9 0 32 7 9 134 48 45
Octal 351 165 331 0 62 7 11 464 110 105
Binary 11101001 1110101 11011001 0 110010 111 1001 100110100 1001000 1000101

Color Harmonies of #E975D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975D9

Black with #E975D9

Text Example


Text Example

White with #E975D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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