Html Css Color HEX #C138FE Medium Orchid

📋 copy color: '#C138FE'

red 193 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #C138FE

Tints of Medium Orchid #C138FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.13%

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

R = 38.37%
G = 11.13%
B = 50.5%

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

#C138FE (or 0xC138FE) is known color: Medium Orchid. HEX triplet: C1, 38 and FE. RGB value is (193,56,254). Sum of RGB (Red+Green+Blue) = 193+56+254=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #C138FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138FE is #3EC701. Grayscale: #767676. Windows color (decimal): -4114178 or 16660673. OLE color: 16660673.

HSL color Cylindrical-coordinate representation of color #C138FE: hue angle of 281.52º 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 #C138FE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 56 254 -
CMYK 0.24 0.78 0 0.00
HSL 281.52º 0.99% 0.61% -
HSV(B) 281.52º 0.78% 1% -
XYZ 41.3 21.32 95.7 -
YUV 119.54 203.89 180.4 -
System Red Green Blue C M Y K H S L
Decimal 193 56 254 0.24 0.78 0 0.00 281.52 0.99 0.61
Hex C1 38 FE 18 4E 0 0 11A 63 3D
Octal 301 70 376 30 116 0 0 432 143 75
Binary 11000001 111000 11111110 11000 1001110 0 0 100011010 1100011 111101

Color Harmonies of #C138FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138FE

Black with #C138FE

Text Example


Text Example

White with #C138FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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