Html Css Color HEX #C944EC Medium Orchid

📋 copy color: '#C944EC'

red 201 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #C944EC

Tints of Medium Orchid #C944EC

RGB

 RED value IS 201 (78.91% from 255) = 39.8%

 GREEN value IS 68 (26.95% from 255) = 13.47%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 39.8%
G = 13.47%
B = 46.73%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C944EC (or 0xC944EC) is known color: Medium Orchid. HEX triplet: C9, 44 and EC. RGB value is (201,68,236). Sum of RGB (Red+Green+Blue) = 201+68+236=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C944EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944EC is #36BB13. Grayscale: #7E7E7E. Windows color (decimal): -3586836 or 15484105. OLE color: 15484105.

HSL color Cylindrical-coordinate representation of color #C944EC: hue angle of 287.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C944EC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 68 236 -
CMYK 0.15 0.71 0 0.07
HSL 287.5º 0.82% 0.6% -
HSV(B) 287.5º 0.71% 0.93% -
XYZ 41.29 22.61 81.54 -
YUV 126.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 201 68 236 0.15 0.71 0 0.07 287.5 0.82 0.6
Hex C9 44 EC F 47 0 7 120 52 3C
Octal 311 104 354 17 107 0 7 440 122 74
Binary 11001001 1000100 11101100 1111 1000111 0 111 100100000 1010010 111100

Color Harmonies of #C944EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944EC

Black with #C944EC

Text Example


Text Example

White with #C944EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944EC; }

 p { color: rgb(201,68,236); }

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

background-color css

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

 a { background-color: rgb(201,68,236); }

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

border-color css

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

 span { border-color: rgb(201,68,236); }

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