Html Css Color HEX #C339FF Medium Orchid

📋 copy color: '#C339FF'

red 195 ◦ green 57 ◦ blue 255

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

Shades of Medium Orchid #C339FF

Tints of Medium Orchid #C339FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 38.46%
G = 11.24%
B = 50.3%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C339FF (or 0xC339FF) is known color: Medium Orchid. HEX triplet: C3, 39 and FF. RGB value is (195,57,255). Sum of RGB (Red+Green+Blue) = 195+57+255=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C339FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339FF is #3CC600. Grayscale: #787878. Windows color (decimal): -3982849 or 16726467. OLE color: 16726467.

HSL color Cylindrical-coordinate representation of color #C339FF: hue angle of 281.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C339FF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 57 255 -
CMYK 0.24 0.78 0 0
HSL 281.82º 1% 0.61% -
HSV(B) 281.82º 0.78% 1% -
XYZ 42.02 21.75 96.59 -
YUV 120.83 203.72 180.9 -
System Red Green Blue C M Y K H S L
Decimal 195 57 255 0.24 0.78 0 0 281.82 1 0.61
Hex C3 39 FF 18 4E 0 0 11A 64 3D
Octal 303 71 377 30 116 0 0 432 144 75
Binary 11000011 111001 11111111 11000 1001110 0 0 100011010 1100100 111101

Color Harmonies of #C339FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339FF

Black with #C339FF

Text Example


Text Example

White with #C339FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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