Html Css Color HEX #C348FA Medium Orchid

📋 copy color: '#C348FA'

red 195 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #C348FA

Tints of Medium Orchid #C348FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 37.72%
G = 13.93%
B = 48.36%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C348FA (or 0xC348FA) is known color: Medium Orchid. HEX triplet: C3, 48 and FA. RGB value is (195,72,250). Sum of RGB (Red+Green+Blue) = 195+72+250=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #C348FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348FA is #3CB705. Grayscale: #808080. Windows color (decimal): -3979014 or 16402627. OLE color: 16402627.

HSL color Cylindrical-coordinate representation of color #C348FA: hue angle of 281.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C348FA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 72 250 -
CMYK 0.22 0.71 0 0.02
HSL 281.46º 0.95% 0.63% -
HSV(B) 281.46º 0.71% 0.98% -
XYZ 42.08 23.14 92.69 -
YUV 129.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 195 72 250 0.22 0.71 0 0.02 281.46 0.95 0.63
Hex C3 48 FA 16 47 0 2 119 5F 3F
Octal 303 110 372 26 107 0 2 431 137 77
Binary 11000011 1001000 11111010 10110 1000111 0 10 100011001 1011111 111111

Color Harmonies of #C348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348FA

Black with #C348FA

Text Example


Text Example

White with #C348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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