Html Css Color HEX #ED6FDF Orchid

📋 copy color: '#ED6FDF'

red 237 ◦ green 111 ◦ blue 223

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

Shades of Orchid #ED6FDF

Tints of Orchid #ED6FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 41.51%
G = 19.44%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED6FDF (or 0xED6FDF) is known color: Orchid. HEX triplet: ED, 6F and DF. RGB value is (237,111,223). Sum of RGB (Red+Green+Blue) = 237+111+223=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FDF is #129020. Grayscale: #A1A1A1. Windows color (decimal): -1216545 or 14643181. OLE color: 14643181.

HSL color Cylindrical-coordinate representation of color #ED6FDF: hue angle of 306.67º 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 #ED6FDF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 111 223 -
CMYK 0 0.53 0.06 0.07
HSL 306.67º 0.78% 0.68% -
HSV(B) 306.67º 0.53% 0.93% -
XYZ 53.93 34.7 73.67 -
YUV 161.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 237 111 223 0 0.53 0.06 0.07 306.67 0.78 0.68
Hex ED 6F DF 0 35 6 7 133 4E 44
Octal 355 157 337 0 65 6 7 463 116 104
Binary 11101101 1101111 11011111 0 110101 110 111 100110011 1001110 1000100

Color Harmonies of #ED6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FDF

Black with #ED6FDF

Text Example


Text Example

White with #ED6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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