Html Css Color HEX #C946FB Medium Orchid

📋 copy color: '#C946FB'

red 201 ◦ green 70 ◦ blue 251

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

Shades of Medium Orchid #C946FB

Tints of Medium Orchid #C946FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 38.51%
G = 13.41%
B = 48.08%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C946FB (or 0xC946FB) is known color: Medium Orchid. HEX triplet: C9, 46 and FB. RGB value is (201,70,251). Sum of RGB (Red+Green+Blue) = 201+70+251=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #C946FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946FB is #36B904. Grayscale: #818181. Windows color (decimal): -3586309 or 16467657. OLE color: 16467657.

HSL color Cylindrical-coordinate representation of color #C946FB: hue angle of 283.43º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C946FB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 70 251 -
CMYK 0.20 0.72 0 0.02
HSL 283.43º 0.96% 0.63% -
HSV(B) 283.43º 0.72% 0.98% -
XYZ 43.69 23.76 93.55 -
YUV 129.8 196.4 178.78 -
System Red Green Blue C M Y K H S L
Decimal 201 70 251 0.20 0.72 0 0.02 283.43 0.96 0.63
Hex C9 46 FB 14 48 0 2 11B 60 3F
Octal 311 106 373 24 110 0 2 433 140 77
Binary 11001001 1000110 11111011 10100 1001000 0 10 100011011 1100000 111111

Color Harmonies of #C946FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946FB

Black with #C946FB

Text Example


Text Example

White with #C946FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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