Html Css Color HEX #EB6DDC Orchid

📋 copy color: '#EB6DDC'

red 235 ◦ green 109 ◦ blue 220

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

Shades of Orchid #EB6DDC

Tints of Orchid #EB6DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.33%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 41.67%
G = 19.33%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB6DDC (or 0xEB6DDC) is known color: Orchid. HEX triplet: EB, 6D and DC. RGB value is (235,109,220). Sum of RGB (Red+Green+Blue) = 235+109+220=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DDC is #149223. Grayscale: #9F9F9F. Windows color (decimal): -1348132 or 14446059. OLE color: 14446059.

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

Color convert

RGB 235 109 220 -
CMYK 0 0.54 0.06 0.08
HSL 307.14º 0.76% 0.67% -
HSV(B) 307.14º 0.54% 0.92% -
XYZ 52.65 33.77 71.45 -
YUV 159.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 235 109 220 0 0.54 0.06 0.08 307.14 0.76 0.67
Hex EB 6D DC 0 36 6 8 133 4C 43
Octal 353 155 334 0 66 6 10 463 114 103
Binary 11101011 1101101 11011100 0 110110 110 1000 100110011 1001100 1000011

Color Harmonies of #EB6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DDC

Black with #EB6DDC

Text Example


Text Example

White with #EB6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DDC; }

 p { color: rgb(235,109,220); }

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

background-color css

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

 a { background-color: rgb(235,109,220); }

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

border-color css

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

 span { border-color: rgb(235,109,220); }

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