Html Css Color HEX #C339FB Medium Orchid

📋 copy color: '#C339FB'

red 195 ◦ green 57 ◦ blue 251

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

Shades of Medium Orchid #C339FB

Tints of Medium Orchid #C339FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 38.77%
G = 11.33%
B = 49.9%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C339FB (or 0xC339FB) is known color: Medium Orchid. HEX triplet: C3, 39 and FB. RGB value is (195,57,251). Sum of RGB (Red+Green+Blue) = 195+57+251=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C339FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339FB is #3CC604. Grayscale: #777777. Windows color (decimal): -3982853 or 16464323. OLE color: 16464323.

HSL color Cylindrical-coordinate representation of color #C339FB: hue angle of 282.68º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C339FB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 57 251 -
CMYK 0.22 0.77 0 0.02
HSL 282.68º 0.96% 0.6% -
HSV(B) 282.68º 0.77% 0.98% -
XYZ 41.38 21.49 93.23 -
YUV 120.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 195 57 251 0.22 0.77 0 0.02 282.68 0.96 0.6
Hex C3 39 FB 16 4D 0 2 11B 60 3C
Octal 303 71 373 26 115 0 2 433 140 74
Binary 11000011 111001 11111011 10110 1001101 0 10 100011011 1100000 111100

Color Harmonies of #C339FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339FB

Black with #C339FB

Text Example


Text Example

White with #C339FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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