Html Css Color HEX #EC6FDD Orchid

📋 copy color: '#EC6FDD'

red 236 ◦ green 111 ◦ blue 221

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

Shades of Orchid #EC6FDD

Tints of Orchid #EC6FDD

RGB

 RED value IS 236 (92.58% from 255) = 41.55%

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

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

R = 41.55%
G = 19.54%
B = 38.91%

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

#EC6FDD (or 0xEC6FDD) is known color: Orchid. HEX triplet: EC, 6F and DD. RGB value is (236,111,221). Sum of RGB (Red+Green+Blue) = 236+111+221=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FDD is #139022. Grayscale: #A0A0A0. Windows color (decimal): -1282083 or 14512108. OLE color: 14512108.

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

Color convert

RGB 236 111 221 -
CMYK 0 0.53 0.06 0.07
HSL 307.2º 0.77% 0.68% -
HSV(B) 307.2º 0.53% 0.93% -
XYZ 53.33 34.42 72.24 -
YUV 160.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 236 111 221 0 0.53 0.06 0.07 307.2 0.77 0.68
Hex EC 6F DD 0 35 6 7 133 4D 44
Octal 354 157 335 0 65 6 7 463 115 104
Binary 11101100 1101111 11011101 0 110101 110 111 100110011 1001101 1000100

Color Harmonies of #EC6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FDD

Black with #EC6FDD

Text Example


Text Example

White with #EC6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FDD; }

 p { color: rgb(236,111,221); }

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

background-color css

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

 a { background-color: rgb(236,111,221); }

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

border-color css

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

 span { border-color: rgb(236,111,221); }

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