Html Css Color HEX #C348F0 Medium Orchid

📋 copy color: '#C348F0'

red 195 ◦ green 72 ◦ blue 240

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

Shades of Medium Orchid #C348F0

Tints of Medium Orchid #C348F0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.2%

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 38.46%
G = 14.2%
B = 47.34%

CMYK

 C value IS 0.19

 M value IS 0.7

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C348F0 (or 0xC348F0) is known color: Medium Orchid. HEX triplet: C3, 48 and F0. RGB value is (195,72,240). Sum of RGB (Red+Green+Blue) = 195+72+240=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #C348F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348F0 is #3CB70F. Grayscale: #7F7F7F. Windows color (decimal): -3979024 or 15747267. OLE color: 15747267.

HSL color Cylindrical-coordinate representation of color #C348F0: hue angle of 283.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C348F0 is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 72 240 -
CMYK 0.19 0.7 0 0.06
HSL 283.93º 0.85% 0.61% -
HSV(B) 283.93º 0.7% 0.94% -
XYZ 40.55 22.53 84.65 -
YUV 127.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 195 72 240 0.19 0.7 0 0.06 283.93 0.85 0.61
Hex C3 48 F0 13 46 0 6 11C 55 3D
Octal 303 110 360 23 106 0 6 434 125 75
Binary 11000011 1001000 11110000 10011 1000110 0 110 100011100 1010101 111101

Color Harmonies of #C348F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348F0

Black with #C348F0

Text Example


Text Example

White with #C348F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348F0; }

 p { color: rgb(195,72,240); }

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

background-color css

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

 a { background-color: rgb(195,72,240); }

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

border-color css

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

 span { border-color: rgb(195,72,240); }

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