Html Css Color HEX #EB77CF Orchid

📋 copy color: '#EB77CF'

red 235 ◦ green 119 ◦ blue 207

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

Shades of Orchid #EB77CF

Tints of Orchid #EB77CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.21%

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

R = 41.89%
G = 21.21%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB77CF (or 0xEB77CF) is known color: Orchid. HEX triplet: EB, 77 and CF. RGB value is (235,119,207). Sum of RGB (Red+Green+Blue) = 235+119+207=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77CF is #148830. Grayscale: #A3A3A3. Windows color (decimal): -1345585 or 13596651. OLE color: 13596651.

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

Color convert

RGB 235 119 207 -
CMYK 0 0.49 0.12 0.08
HSL 314.48º 0.74% 0.69% -
HSV(B) 314.48º 0.49% 0.92% -
XYZ 52.12 35.36 63.11 -
YUV 163.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 235 119 207 0 0.49 0.12 0.08 314.48 0.74 0.69
Hex EB 77 CF 0 31 C 8 13A 4A 45
Octal 353 167 317 0 61 14 10 472 112 105
Binary 11101011 1110111 11001111 0 110001 1100 1000 100111010 1001010 1000101

Color Harmonies of #EB77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77CF

Black with #EB77CF

Text Example


Text Example

White with #EB77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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