Html Css Color HEX #C346FC Medium Orchid

📋 copy color: '#C346FC'

red 195 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #C346FC

Tints of Medium Orchid #C346FC

RGB

 RED value IS 195 (76.56% from 255) = 37.72%

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 37.72%
G = 13.54%
B = 48.74%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C346FC (or 0xC346FC) is known color: Medium Orchid. HEX triplet: C3, 46 and FC. RGB value is (195,70,252). Sum of RGB (Red+Green+Blue) = 195+70+252=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C346FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C346FC is #3CB903. Grayscale: #7F7F7F. Windows color (decimal): -3979524 or 16533187. OLE color: 16533187.

HSL color Cylindrical-coordinate representation of color #C346FC: hue angle of 281.21º degrees, saturation: 0.97, 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 #C346FC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 70 252 -
CMYK 0.23 0.72 0 0.01
HSL 281.21º 0.97% 0.63% -
HSV(B) 281.21º 0.72% 0.99% -
XYZ 42.27 23.01 94.31 -
YUV 128.12 197.91 175.7 -
System Red Green Blue C M Y K H S L
Decimal 195 70 252 0.23 0.72 0 0.01 281.21 0.97 0.63
Hex C3 46 FC 17 48 0 1 119 61 3F
Octal 303 106 374 27 110 0 1 431 141 77
Binary 11000011 1000110 11111100 10111 1001000 0 1 100011001 1100001 111111

Color Harmonies of #C346FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346FC

Black with #C346FC

Text Example


Text Example

White with #C346FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346FC; }

 p { color: rgb(195,70,252); }

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

background-color css

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

 a { background-color: rgb(195,70,252); }

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

border-color css

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

 span { border-color: rgb(195,70,252); }

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