Html Css Color HEX #C339F6 Medium Orchid

📋 copy color: '#C339F6'

red 195 ◦ green 57 ◦ blue 246

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

Shades of Medium Orchid #C339F6

Tints of Medium Orchid #C339F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 39.16%
G = 11.45%
B = 49.4%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C339F6 (or 0xC339F6) is known color: Medium Orchid. HEX triplet: C3, 39 and F6. RGB value is (195,57,246). Sum of RGB (Red+Green+Blue) = 195+57+246=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #C339F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339F6 is #3CC609. Grayscale: #777777. Windows color (decimal): -3982858 or 16136643. OLE color: 16136643.

HSL color Cylindrical-coordinate representation of color #C339F6: hue angle of 283.81º degrees, saturation: 0.91, 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 #C339F6 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 57 246 -
CMYK 0.21 0.77 0 0.04
HSL 283.81º 0.91% 0.59% -
HSV(B) 283.81º 0.77% 0.96% -
XYZ 40.6 21.18 89.14 -
YUV 119.81 199.22 181.63 -
System Red Green Blue C M Y K H S L
Decimal 195 57 246 0.21 0.77 0 0.04 283.81 0.91 0.59
Hex C3 39 F6 15 4D 0 4 11C 5B 3B
Octal 303 71 366 25 115 0 4 434 133 73
Binary 11000011 111001 11110110 10101 1001101 0 100 100011100 1011011 111011

Color Harmonies of #C339F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339F6

Black with #C339F6

Text Example


Text Example

White with #C339F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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