Html Css Color HEX #E975DB Orchid

📋 copy color: '#E975DB'

red 233 ◦ green 117 ◦ blue 219

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

Shades of Orchid #E975DB

Tints of Orchid #E975DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 40.95%
G = 20.56%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E975DB (or 0xE975DB) is known color: Orchid. HEX triplet: E9, 75 and DB. RGB value is (233,117,219). Sum of RGB (Red+Green+Blue) = 233+117+219=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E975DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975DB is #168A24. Grayscale: #A3A3A3. Windows color (decimal): -1477157 or 14382569. OLE color: 14382569.

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

Color convert

RGB 233 117 219 -
CMYK 0 0.50 0.06 0.09
HSL 307.24º 0.73% 0.69% -
HSV(B) 307.24º 0.5% 0.91% -
XYZ 52.75 35.16 71.02 -
YUV 163.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 233 117 219 0 0.50 0.06 0.09 307.24 0.73 0.69
Hex E9 75 DB 0 32 6 9 133 48 45
Octal 351 165 333 0 62 6 11 463 110 105
Binary 11101001 1110101 11011011 0 110010 110 1001 100110011 1001000 1000101

Color Harmonies of #E975DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975DB

Black with #E975DB

Text Example


Text Example

White with #E975DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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