Html Css Color HEX #C138FA Medium Orchid

📋 copy color: '#C138FA'

red 193 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #C138FA

Tints of Medium Orchid #C138FA

RGB

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

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

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

R = 38.68%
G = 11.22%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C138FA (or 0xC138FA) is known color: Medium Orchid. HEX triplet: C1, 38 and FA. RGB value is (193,56,250). Sum of RGB (Red+Green+Blue) = 193+56+250=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #C138FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138FA is #3EC705. Grayscale: #767676. Windows color (decimal): -4114182 or 16398529. OLE color: 16398529.

HSL color Cylindrical-coordinate representation of color #C138FA: hue angle of 282.37º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C138FA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 56 250 -
CMYK 0.23 0.78 0 0.02
HSL 282.37º 0.95% 0.6% -
HSV(B) 282.37º 0.78% 0.98% -
XYZ 40.66 21.07 92.37 -
YUV 119.08 201.89 180.73 -
System Red Green Blue C M Y K H S L
Decimal 193 56 250 0.23 0.78 0 0.02 282.37 0.95 0.6
Hex C1 38 FA 17 4E 0 2 11A 5F 3C
Octal 301 70 372 27 116 0 2 432 137 74
Binary 11000001 111000 11111010 10111 1001110 0 10 100011010 1011111 111100

Color Harmonies of #C138FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138FA

Black with #C138FA

Text Example


Text Example

White with #C138FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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