Html Css Color HEX #ED6FDA Orchid

📋 copy color: '#ED6FDA'

red 237 ◦ green 111 ◦ blue 218

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

Shades of Orchid #ED6FDA

Tints of Orchid #ED6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 41.87%
G = 19.61%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED6FDA (or 0xED6FDA) is known color: Orchid. HEX triplet: ED, 6F and DA. RGB value is (237,111,218). Sum of RGB (Red+Green+Blue) = 237+111+218=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FDA is #129025. Grayscale: #A0A0A0. Windows color (decimal): -1216550 or 14315501. OLE color: 14315501.

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

Color convert

RGB 237 111 218 -
CMYK 0 0.53 0.08 0.07
HSL 309.05º 0.78% 0.68% -
HSV(B) 309.05º 0.53% 0.93% -
XYZ 53.26 34.44 70.17 -
YUV 160.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 237 111 218 0 0.53 0.08 0.07 309.05 0.78 0.68
Hex ED 6F DA 0 35 8 7 135 4E 44
Octal 355 157 332 0 65 10 7 465 116 104
Binary 11101101 1101111 11011010 0 110101 1000 111 100110101 1001110 1000100

Color Harmonies of #ED6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FDA

Black with #ED6FDA

Text Example


Text Example

White with #ED6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FDA; }

 p { color: rgb(237,111,218); }

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

background-color css

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

 a { background-color: rgb(237,111,218); }

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

border-color css

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

 span { border-color: rgb(237,111,218); }

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