Html Css Color HEX #EB76CF Orchid

📋 copy color: '#EB76CF'

red 235 ◦ green 118 ◦ blue 207

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

Shades of Orchid #EB76CF

Tints of Orchid #EB76CF

RGB

 RED value IS 235 (92.19% from 255) = 41.96%

 GREEN value IS 118 (46.48% from 255) = 21.07%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 41.96%
G = 21.07%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB76CF (or 0xEB76CF) is known color: Orchid. HEX triplet: EB, 76 and CF. RGB value is (235,118,207). Sum of RGB (Red+Green+Blue) = 235+118+207=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76CF is #148930. Grayscale: #A2A2A2. Windows color (decimal): -1345841 or 13596395. OLE color: 13596395.

HSL color Cylindrical-coordinate representation of color #EB76CF: hue angle of 314.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76CF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 207 -
CMYK 0 0.50 0.12 0.08
HSL 314.36º 0.75% 0.69% -
HSV(B) 314.36º 0.5% 0.92% -
XYZ 52 35.12 63.07 -
YUV 163.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 235 118 207 0 0.50 0.12 0.08 314.36 0.75 0.69
Hex EB 76 CF 0 32 C 8 13A 4B 45
Octal 353 166 317 0 62 14 10 472 113 105
Binary 11101011 1110110 11001111 0 110010 1100 1000 100111010 1001011 1000101

Color Harmonies of #EB76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76CF

Black with #EB76CF

Text Example


Text Example

White with #EB76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76CF; }

 p { color: rgb(235,118,207); }

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

background-color css

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

 a { background-color: rgb(235,118,207); }

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

border-color css

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

 span { border-color: rgb(235,118,207); }

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