Html Css Color HEX #C343FC Medium Orchid

📋 copy color: '#C343FC'

red 195 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #C343FC

Tints of Medium Orchid #C343FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.04%

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

R = 37.94%
G = 13.04%
B = 49.03%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C343FC (or 0xC343FC) is known color: Medium Orchid. HEX triplet: C3, 43 and FC. RGB value is (195,67,252). Sum of RGB (Red+Green+Blue) = 195+67+252=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C343FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343FC is #3CBC03. Grayscale: #7D7D7D. Windows color (decimal): -3980292 or 16532419. OLE color: 16532419.

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

Color convert

RGB 195 67 252 -
CMYK 0.23 0.73 0 0.01
HSL 281.51º 0.97% 0.63% -
HSV(B) 281.51º 0.73% 0.99% -
XYZ 42.08 22.64 94.25 -
YUV 126.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 195 67 252 0.23 0.73 0 0.01 281.51 0.97 0.63
Hex C3 43 FC 17 49 0 1 11A 61 3F
Octal 303 103 374 27 111 0 1 432 141 77
Binary 11000011 1000011 11111100 10111 1001001 0 1 100011010 1100001 111111

Color Harmonies of #C343FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343FC

Black with #C343FC

Text Example


Text Example

White with #C343FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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