Html Css Color HEX #C345F4 Medium Orchid

📋 copy color: '#C345F4'

red 195 ◦ green 69 ◦ blue 244

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

Shades of Medium Orchid #C345F4

Tints of Medium Orchid #C345F4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.58%

 BLUE value IS 244 (95.7% from 255) = 48.03%

R = 38.39%
G = 13.58%
B = 48.03%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C345F4 (or 0xC345F4) is known color: Medium Orchid. HEX triplet: C3, 45 and F4. RGB value is (195,69,244). Sum of RGB (Red+Green+Blue) = 195+69+244=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #C345F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345F4 is #3CBA0B. Grayscale: #7E7E7E. Windows color (decimal): -3979788 or 16008643. OLE color: 16008643.

HSL color Cylindrical-coordinate representation of color #C345F4: hue angle of 283.2º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C345F4 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 69 244 -
CMYK 0.20 0.72 0 0.04
HSL 283.2º 0.89% 0.61% -
HSV(B) 283.2º 0.72% 0.96% -
XYZ 40.96 22.39 87.75 -
YUV 126.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 195 69 244 0.20 0.72 0 0.04 283.2 0.89 0.61
Hex C3 45 F4 14 48 0 4 11B 59 3D
Octal 303 105 364 24 110 0 4 433 131 75
Binary 11000011 1000101 11110100 10100 1001000 0 100 100011011 1011001 111101

Color Harmonies of #C345F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345F4

Black with #C345F4

Text Example


Text Example

White with #C345F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345F4; }

 p { color: rgb(195,69,244); }

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

background-color css

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

 a { background-color: rgb(195,69,244); }

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

border-color css

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

 span { border-color: rgb(195,69,244); }

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