Html Css Color HEX #C946EB Medium Orchid

📋 copy color: '#C946EB'

red 201 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #C946EB

Tints of Medium Orchid #C946EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 39.72%
G = 13.83%
B = 46.44%

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

#C946EB (or 0xC946EB) is known color: Medium Orchid. HEX triplet: C9, 46 and EB. RGB value is (201,70,235). Sum of RGB (Red+Green+Blue) = 201+70+235=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C946EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946EB is #36B914. Grayscale: #7F7F7F. Windows color (decimal): -3586325 or 15419081. OLE color: 15419081.

HSL color Cylindrical-coordinate representation of color #C946EB: hue angle of 287.64º 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 #C946EB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 70 235 -
CMYK 0.14 0.70 0 0.08
HSL 287.64º 0.8% 0.6% -
HSV(B) 287.64º 0.7% 0.92% -
XYZ 41.27 22.8 80.82 -
YUV 127.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 201 70 235 0.14 0.70 0 0.08 287.64 0.8 0.6
Hex C9 46 EB E 46 0 8 120 50 3C
Octal 311 106 353 16 106 0 10 440 120 74
Binary 11001001 1000110 11101011 1110 1000110 0 1000 100100000 1010000 111100

Color Harmonies of #C946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946EB

Black with #C946EB

Text Example


Text Example

White with #C946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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