Html Css Color HEX #C139FE Medium Orchid

📋 copy color: '#C139FE'

red 193 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #C139FE

Tints of Medium Orchid #C139FE

RGB

 RED value IS 193 (75.78% from 255) = 38.29%

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 38.29%
G = 11.31%
B = 50.4%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C139FE (or 0xC139FE) is known color: Medium Orchid. HEX triplet: C1, 39 and FE. RGB value is (193,57,254). Sum of RGB (Red+Green+Blue) = 193+57+254=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #C139FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139FE is #3EC601. Grayscale: #777777. Windows color (decimal): -4113922 or 16660929. OLE color: 16660929.

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

Color convert

RGB 193 57 254 -
CMYK 0.24 0.78 0 0.00
HSL 281.42º 0.99% 0.61% -
HSV(B) 281.42º 0.78% 1% -
XYZ 41.34 21.42 95.72 -
YUV 120.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 193 57 254 0.24 0.78 0 0.00 281.42 0.99 0.61
Hex C1 39 FE 18 4E 0 0 119 63 3D
Octal 301 71 376 30 116 0 0 431 143 75
Binary 11000001 111001 11111110 11000 1001110 0 0 100011001 1100011 111101

Color Harmonies of #C139FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139FE

Black with #C139FE

Text Example


Text Example

White with #C139FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139FE; }

 p { color: rgb(193,57,254); }

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

background-color css

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

 a { background-color: rgb(193,57,254); }

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

border-color css

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

 span { border-color: rgb(193,57,254); }

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