Html Css Color HEX #C946FE Medium Orchid

📋 copy color: '#C946FE'

red 201 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #C946FE

Tints of Medium Orchid #C946FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 38.29%
G = 13.33%
B = 48.38%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C946FE (or 0xC946FE) is known color: Medium Orchid. HEX triplet: C9, 46 and FE. RGB value is (201,70,254). Sum of RGB (Red+Green+Blue) = 201+70+254=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C946FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946FE is #36B901. Grayscale: #818181. Windows color (decimal): -3586306 or 16664265. OLE color: 16664265.

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

Color convert

RGB 201 70 254 -
CMYK 0.21 0.72 0 0.00
HSL 282.72º 0.99% 0.64% -
HSV(B) 282.72º 0.72% 1% -
XYZ 44.17 23.95 96.06 -
YUV 130.15 197.9 178.54 -
System Red Green Blue C M Y K H S L
Decimal 201 70 254 0.21 0.72 0 0.00 282.72 0.99 0.64
Hex C9 46 FE 15 48 0 0 11B 63 40
Octal 311 106 376 25 110 0 0 433 143 100
Binary 11001001 1000110 11111110 10101 1001000 0 0 100011011 1100011 1000000

Color Harmonies of #C946FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946FE

Black with #C946FE

Text Example


Text Example

White with #C946FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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