Html Css Color HEX #C946FD Medium Orchid

📋 copy color: '#C946FD'

red 201 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #C946FD

Tints of Medium Orchid #C946FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 38.36%
G = 13.36%
B = 48.28%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C946FD (or 0xC946FD) is known color: Medium Orchid. HEX triplet: C9, 46 and FD. RGB value is (201,70,253). Sum of RGB (Red+Green+Blue) = 201+70+253=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C946FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946FD is #36B902. Grayscale: #818181. Windows color (decimal): -3586307 or 16598729. OLE color: 16598729.

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

Color convert

RGB 201 70 253 -
CMYK 0.21 0.72 0 0.01
HSL 282.95º 0.98% 0.63% -
HSV(B) 282.95º 0.72% 0.99% -
XYZ 44.01 23.89 95.22 -
YUV 130.03 197.4 178.62 -
System Red Green Blue C M Y K H S L
Decimal 201 70 253 0.21 0.72 0 0.01 282.95 0.98 0.63
Hex C9 46 FD 15 48 0 1 11B 62 3F
Octal 311 106 375 25 110 0 1 433 142 77
Binary 11001001 1000110 11111101 10101 1001000 0 1 100011011 1100010 111111

Color Harmonies of #C946FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946FD

Black with #C946FD

Text Example


Text Example

White with #C946FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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