Html Css Color HEX #C140FA Medium Orchid

📋 copy color: '#C140FA'

red 193 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #C140FA

Tints of Medium Orchid #C140FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.62%

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

R = 38.07%
G = 12.62%
B = 49.31%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C140FA (or 0xC140FA) is known color: Medium Orchid. HEX triplet: C1, 40 and FA. RGB value is (193,64,250). Sum of RGB (Red+Green+Blue) = 193+64+250=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C140FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140FA is #3EBF05. Grayscale: #7B7B7B. Windows color (decimal): -4112134 or 16400577. OLE color: 16400577.

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

Color convert

RGB 193 64 250 -
CMYK 0.23 0.74 0 0.02
HSL 281.61º 0.95% 0.62% -
HSV(B) 281.61º 0.74% 0.98% -
XYZ 41.08 21.91 92.51 -
YUV 123.78 199.24 177.38 -
System Red Green Blue C M Y K H S L
Decimal 193 64 250 0.23 0.74 0 0.02 281.61 0.95 0.62
Hex C1 40 FA 17 4A 0 2 11A 5F 3E
Octal 301 100 372 27 112 0 2 432 137 76
Binary 11000001 1000000 11111010 10111 1001010 0 10 100011010 1011111 111110

Color Harmonies of #C140FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140FA

Black with #C140FA

Text Example


Text Example

White with #C140FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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