Html Css Color HEX #C347FE Medium Orchid

📋 copy color: '#C347FE'

red 195 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #C347FE

Tints of Medium Orchid #C347FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.65%

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

R = 37.5%
G = 13.65%
B = 48.85%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C347FE (or 0xC347FE) is known color: Medium Orchid. HEX triplet: C3, 47 and FE. RGB value is (195,71,254). Sum of RGB (Red+Green+Blue) = 195+71+254=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C347FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347FE is #3CB801. Grayscale: #808080. Windows color (decimal): -3979266 or 16664515. OLE color: 16664515.

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

Color convert

RGB 195 71 254 -
CMYK 0.23 0.72 0 0.00
HSL 280.66º 0.99% 0.64% -
HSV(B) 280.66º 0.72% 1% -
XYZ 42.65 23.26 96.01 -
YUV 128.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 195 71 254 0.23 0.72 0 0.00 280.66 0.99 0.64
Hex C3 47 FE 17 48 0 0 119 63 40
Octal 303 107 376 27 110 0 0 431 143 100
Binary 11000011 1000111 11111110 10111 1001000 0 0 100011001 1100011 1000000

Color Harmonies of #C347FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347FE

Black with #C347FE

Text Example


Text Example

White with #C347FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347FE; }

 p { color: rgb(195,71,254); }

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

background-color css

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

 a { background-color: rgb(195,71,254); }

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

border-color css

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

 span { border-color: rgb(195,71,254); }

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