Html Css Color HEX #C348F3 Medium Orchid

📋 copy color: '#C348F3'

red 195 ◦ green 72 ◦ blue 243

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

Shades of Medium Orchid #C348F3

Tints of Medium Orchid #C348F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.65%

R = 38.24%
G = 14.12%
B = 47.65%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C348F3 (or 0xC348F3) is known color: Medium Orchid. HEX triplet: C3, 48 and F3. RGB value is (195,72,243). Sum of RGB (Red+Green+Blue) = 195+72+243=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #C348F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348F3 is #3CB70C. Grayscale: #7F7F7F. Windows color (decimal): -3979021 or 15943875. OLE color: 15943875.

HSL color Cylindrical-coordinate representation of color #C348F3: hue angle of 283.16º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C348F3 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 72 243 -
CMYK 0.20 0.70 0 0.05
HSL 283.16º 0.88% 0.62% -
HSV(B) 283.16º 0.7% 0.95% -
XYZ 41 22.71 87.02 -
YUV 128.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 195 72 243 0.20 0.70 0 0.05 283.16 0.88 0.62
Hex C3 48 F3 14 46 0 5 11B 58 3E
Octal 303 110 363 24 106 0 5 433 130 76
Binary 11000011 1001000 11110011 10100 1000110 0 101 100011011 1011000 111110

Color Harmonies of #C348F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348F3

Black with #C348F3

Text Example


Text Example

White with #C348F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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