Html Css Color HEX #C339FA Medium Orchid

📋 copy color: '#C339FA'

red 195 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #C339FA

Tints of Medium Orchid #C339FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 38.84%
G = 11.35%
B = 49.8%

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

#C339FA (or 0xC339FA) is known color: Medium Orchid. HEX triplet: C3, 39 and FA. RGB value is (195,57,250). Sum of RGB (Red+Green+Blue) = 195+57+250=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C339FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339FA is #3CC605. Grayscale: #777777. Windows color (decimal): -3982854 or 16398787. OLE color: 16398787.

HSL color Cylindrical-coordinate representation of color #C339FA: hue angle of 282.9º degrees, saturation: 0.95, 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 #C339FA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 57 250 -
CMYK 0.22 0.77 0 0.02
HSL 282.9º 0.95% 0.6% -
HSV(B) 282.9º 0.77% 0.98% -
XYZ 41.22 21.43 92.41 -
YUV 120.26 201.22 181.31 -
System Red Green Blue C M Y K H S L
Decimal 195 57 250 0.22 0.77 0 0.02 282.9 0.95 0.6
Hex C3 39 FA 16 4D 0 2 11B 5F 3C
Octal 303 71 372 26 115 0 2 433 137 74
Binary 11000011 111001 11111010 10110 1001101 0 10 100011011 1011111 111100

Color Harmonies of #C339FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339FA

Black with #C339FA

Text Example


Text Example

White with #C339FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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