Html Css Color HEX #C946FF Medium Orchid

📋 copy color: '#C946FF'

red 201 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #C946FF

Tints of Medium Orchid #C946FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 38.21%
G = 13.31%
B = 48.48%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C946FF (or 0xC946FF) is known color: Medium Orchid. HEX triplet: C9, 46 and FF. RGB value is (201,70,255). Sum of RGB (Red+Green+Blue) = 201+70+255=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C946FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946FF is #36B900. Grayscale: #818181. Windows color (decimal): -3586305 or 16729801. OLE color: 16729801.

HSL color Cylindrical-coordinate representation of color #C946FF: hue angle of 282.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C946FF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 70 255 -
CMYK 0.21 0.73 0 0
HSL 282.49º 1% 0.64% -
HSV(B) 282.49º 0.73% 1% -
XYZ 44.33 24.02 96.91 -
YUV 130.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 201 70 255 0.21 0.73 0 0 282.49 1 0.64
Hex C9 46 FF 15 49 0 0 11A 64 40
Octal 311 106 377 25 111 0 0 432 144 100
Binary 11001001 1000110 11111111 10101 1001001 0 0 100011010 1100100 1000000

Color Harmonies of #C946FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946FF

Black with #C946FF

Text Example


Text Example

White with #C946FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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