Html Css Color HEX #EB6FDD Orchid

📋 copy color: '#EB6FDD'

red 235 ◦ green 111 ◦ blue 221

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

Shades of Orchid #EB6FDD

Tints of Orchid #EB6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.58%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 41.45%
G = 19.58%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB6FDD (or 0xEB6FDD) is known color: Orchid. HEX triplet: EB, 6F and DD. RGB value is (235,111,221). Sum of RGB (Red+Green+Blue) = 235+111+221=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FDD is #149022. Grayscale: #A0A0A0. Windows color (decimal): -1347619 or 14512107. OLE color: 14512107.

HSL color Cylindrical-coordinate representation of color #EB6FDD: hue angle of 306.77º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FDD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 111 221 -
CMYK 0 0.53 0.06 0.08
HSL 306.77º 0.76% 0.68% -
HSV(B) 306.77º 0.53% 0.92% -
XYZ 53 34.25 72.22 -
YUV 160.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 235 111 221 0 0.53 0.06 0.08 306.77 0.76 0.68
Hex EB 6F DD 0 35 6 8 133 4C 44
Octal 353 157 335 0 65 6 10 463 114 104
Binary 11101011 1101111 11011101 0 110101 110 1000 100110011 1001100 1000100

Color Harmonies of #EB6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FDD

Black with #EB6FDD

Text Example


Text Example

White with #EB6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FDD; }

 p { color: rgb(235,111,221); }

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

background-color css

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

 a { background-color: rgb(235,111,221); }

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

border-color css

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

 span { border-color: rgb(235,111,221); }

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