Html Css Color HEX #C946EA Medium Orchid

📋 copy color: '#C946EA'

red 201 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #C946EA

Tints of Medium Orchid #C946EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.86%

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

R = 39.8%
G = 13.86%
B = 46.34%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C946EA (or 0xC946EA) is known color: Medium Orchid. HEX triplet: C9, 46 and EA. RGB value is (201,70,234). Sum of RGB (Red+Green+Blue) = 201+70+234=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C946EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946EA is #36B915. Grayscale: #7F7F7F. Windows color (decimal): -3586326 or 15353545. OLE color: 15353545.

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

Color convert

RGB 201 70 234 -
CMYK 0.14 0.70 0 0.08
HSL 287.93º 0.8% 0.6% -
HSV(B) 287.93º 0.7% 0.92% -
XYZ 41.13 22.74 80.06 -
YUV 127.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 201 70 234 0.14 0.70 0 0.08 287.93 0.8 0.6
Hex C9 46 EA E 46 0 8 120 50 3C
Octal 311 106 352 16 106 0 10 440 120 74
Binary 11001001 1000110 11101010 1110 1000110 0 1000 100100000 1010000 111100

Color Harmonies of #C946EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946EA

Black with #C946EA

Text Example


Text Example

White with #C946EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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