Html Css Color HEX #EA6DCD Orchid

📋 copy color: '#EA6DCD'

red 234 ◦ green 109 ◦ blue 205

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

Shades of Orchid #EA6DCD

Tints of Orchid #EA6DCD

RGB

 RED value IS 234 (91.8% from 255) = 42.7%

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 42.7%
G = 19.89%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA6DCD (or 0xEA6DCD) is known color: Orchid. HEX triplet: EA, 6D and CD. RGB value is (234,109,205). Sum of RGB (Red+Green+Blue) = 234+109+205=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DCD is #159232. Grayscale: #9D9D9D. Windows color (decimal): -1413683 or 13463018. OLE color: 13463018.

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

Color convert

RGB 234 109 205 -
CMYK 0 0.53 0.12 0.08
HSL 313.92º 0.75% 0.67% -
HSV(B) 313.92º 0.53% 0.92% -
XYZ 50.42 32.84 61.44 -
YUV 157.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 234 109 205 0 0.53 0.12 0.08 313.92 0.75 0.67
Hex EA 6D CD 0 35 C 8 13A 4B 43
Octal 352 155 315 0 65 14 10 472 113 103
Binary 11101010 1101101 11001101 0 110101 1100 1000 100111010 1001011 1000011

Color Harmonies of #EA6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DCD

Black with #EA6DCD

Text Example


Text Example

White with #EA6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DCD; }

 p { color: rgb(234,109,205); }

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

background-color css

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

 a { background-color: rgb(234,109,205); }

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

border-color css

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

 span { border-color: rgb(234,109,205); }

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