Html Css Color HEX #ED6EDD Orchid

📋 copy color: '#ED6EDD'

red 237 ◦ green 110 ◦ blue 221

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

Shades of Orchid #ED6EDD

Tints of Orchid #ED6EDD

RGB

 RED value IS 237 (92.97% from 255) = 41.73%

 GREEN value IS 110 (43.36% from 255) = 19.37%

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

R = 41.73%
G = 19.37%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED6EDD (or 0xED6EDD) is known color: Orchid. HEX triplet: ED, 6E and DD. RGB value is (237,110,221). Sum of RGB (Red+Green+Blue) = 237+110+221=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EDD is #129122. Grayscale: #A0A0A0. Windows color (decimal): -1216803 or 14511853. OLE color: 14511853.

HSL color Cylindrical-coordinate representation of color #ED6EDD: hue angle of 307.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6EDD is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 110 221 -
CMYK 0 0.54 0.07 0.07
HSL 307.56º 0.78% 0.68% -
HSV(B) 307.56º 0.54% 0.93% -
XYZ 53.55 34.38 72.22 -
YUV 160.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 237 110 221 0 0.54 0.07 0.07 307.56 0.78 0.68
Hex ED 6E DD 0 36 7 7 134 4E 44
Octal 355 156 335 0 66 7 7 464 116 104
Binary 11101101 1101110 11011101 0 110110 111 111 100110100 1001110 1000100

Color Harmonies of #ED6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EDD

Black with #ED6EDD

Text Example


Text Example

White with #ED6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EDD; }

 p { color: rgb(237,110,221); }

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

background-color css

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

 a { background-color: rgb(237,110,221); }

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

border-color css

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

 span { border-color: rgb(237,110,221); }

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