Html Css Color HEX #C339F4 Medium Orchid

📋 copy color: '#C339F4'

red 195 ◦ green 57 ◦ blue 244

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

Shades of Medium Orchid #C339F4

Tints of Medium Orchid #C339F4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.49%

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

R = 39.31%
G = 11.49%
B = 49.19%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C339F4 (or 0xC339F4) is known color: Medium Orchid. HEX triplet: C3, 39 and F4. RGB value is (195,57,244). Sum of RGB (Red+Green+Blue) = 195+57+244=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #C339F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339F4 is #3CC60B. Grayscale: #767676. Windows color (decimal): -3982860 or 16005571. OLE color: 16005571.

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

Color convert

RGB 195 57 244 -
CMYK 0.20 0.77 0 0.04
HSL 284.28º 0.89% 0.59% -
HSV(B) 284.28º 0.77% 0.96% -
XYZ 40.3 21.06 87.53 -
YUV 119.58 198.22 181.79 -
System Red Green Blue C M Y K H S L
Decimal 195 57 244 0.20 0.77 0 0.04 284.28 0.89 0.59
Hex C3 39 F4 14 4D 0 4 11C 59 3B
Octal 303 71 364 24 115 0 4 434 131 73
Binary 11000011 111001 11110100 10100 1001101 0 100 100011100 1011001 111011

Color Harmonies of #C339F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339F4

Black with #C339F4

Text Example


Text Example

White with #C339F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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