Html Css Color HEX #C944EA Medium Orchid

📋 copy color: '#C944EA'

red 201 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #C944EA

Tints of Medium Orchid #C944EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 39.96%
G = 13.52%
B = 46.52%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C944EA (or 0xC944EA) is known color: Medium Orchid. HEX triplet: C9, 44 and EA. RGB value is (201,68,234). Sum of RGB (Red+Green+Blue) = 201+68+234=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C944EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944EA is #36BB15. Grayscale: #7E7E7E. Windows color (decimal): -3586838 or 15353033. OLE color: 15353033.

HSL color Cylindrical-coordinate representation of color #C944EA: hue angle of 288.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C944EA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 68 234 -
CMYK 0.14 0.71 0 0.08
HSL 288.07º 0.8% 0.59% -
HSV(B) 288.07º 0.71% 0.92% -
XYZ 41.01 22.49 80.02 -
YUV 126.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 201 68 234 0.14 0.71 0 0.08 288.07 0.8 0.59
Hex C9 44 EA E 47 0 8 120 50 3B
Octal 311 104 352 16 107 0 10 440 120 73
Binary 11001001 1000100 11101010 1110 1000111 0 1000 100100000 1010000 111011

Color Harmonies of #C944EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944EA

Black with #C944EA

Text Example


Text Example

White with #C944EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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