Html Css Color HEX #C348FC Medium Orchid

📋 copy color: '#C348FC'

red 195 ◦ green 72 ◦ blue 252

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

Shades of Medium Orchid #C348FC

Tints of Medium Orchid #C348FC

RGB

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

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

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

R = 37.57%
G = 13.87%
B = 48.55%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C348FC (or 0xC348FC) is known color: Medium Orchid. HEX triplet: C3, 48 and FC. RGB value is (195,72,252). Sum of RGB (Red+Green+Blue) = 195+72+252=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #C348FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348FC is #3CB703. Grayscale: #808080. Windows color (decimal): -3979012 or 16533699. OLE color: 16533699.

HSL color Cylindrical-coordinate representation of color #C348FC: hue angle of 281º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C348FC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 72 252 -
CMYK 0.23 0.71 0 0.01
HSL 281º 0.97% 0.64% -
HSV(B) 281º 0.71% 0.99% -
XYZ 42.39 23.27 94.35 -
YUV 129.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 195 72 252 0.23 0.71 0 0.01 281 0.97 0.64
Hex C3 48 FC 17 47 0 1 119 61 40
Octal 303 110 374 27 107 0 1 431 141 100
Binary 11000011 1001000 11111100 10111 1000111 0 1 100011001 1100001 1000000

Color Harmonies of #C348FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348FC

Black with #C348FC

Text Example


Text Example

White with #C348FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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