Html Css Color HEX #C348FF Medium Orchid

📋 copy color: '#C348FF'

red 195 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #C348FF

Tints of Medium Orchid #C348FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 37.36%
G = 13.79%
B = 48.85%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C348FF (or 0xC348FF) is known color: Medium Orchid. HEX triplet: C3, 48 and FF. RGB value is (195,72,255). Sum of RGB (Red+Green+Blue) = 195+72+255=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C348FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348FF is #3CB700. Grayscale: #818181. Windows color (decimal): -3979009 or 16730307. OLE color: 16730307.

HSL color Cylindrical-coordinate representation of color #C348FF: hue angle of 280.33º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C348FF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 72 255 -
CMYK 0.24 0.72 0 0
HSL 280.33º 1% 0.64% -
HSV(B) 280.33º 0.72% 1% -
XYZ 42.87 23.46 96.88 -
YUV 129.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 195 72 255 0.24 0.72 0 0 280.33 1 0.64
Hex C3 48 FF 18 48 0 0 118 64 40
Octal 303 110 377 30 110 0 0 430 144 100
Binary 11000011 1001000 11111111 11000 1001000 0 0 100011000 1100100 1000000

Color Harmonies of #C348FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348FF

Black with #C348FF

Text Example


Text Example

White with #C348FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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