Html Css Color HEX #C344FE Medium Orchid

📋 copy color: '#C344FE'

red 195 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #C344FE

Tints of Medium Orchid #C344FE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.15%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 37.72%
G = 13.15%
B = 49.13%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C344FE (or 0xC344FE) is known color: Medium Orchid. HEX triplet: C3, 44 and FE. RGB value is (195,68,254). Sum of RGB (Red+Green+Blue) = 195+68+254=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #C344FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344FE is #3CBB01. Grayscale: #7E7E7E. Windows color (decimal): -3980034 or 16663747. OLE color: 16663747.

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

Color convert

RGB 195 68 254 -
CMYK 0.23 0.73 0 0.00
HSL 280.97º 0.99% 0.63% -
HSV(B) 280.97º 0.73% 1% -
XYZ 42.46 22.89 95.95 -
YUV 127.18 199.58 176.38 -
System Red Green Blue C M Y K H S L
Decimal 195 68 254 0.23 0.73 0 0.00 280.97 0.99 0.63
Hex C3 44 FE 17 49 0 0 119 63 3F
Octal 303 104 376 27 111 0 0 431 143 77
Binary 11000011 1000100 11111110 10111 1001001 0 0 100011001 1100011 111111

Color Harmonies of #C344FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344FE

Black with #C344FE

Text Example


Text Example

White with #C344FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344FE; }

 p { color: rgb(195,68,254); }

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

background-color css

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

 a { background-color: rgb(195,68,254); }

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

border-color css

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

 span { border-color: rgb(195,68,254); }

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