Html Css Color HEX #C144FA Medium Orchid

📋 copy color: '#C144FA'

red 193 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #C144FA

Tints of Medium Orchid #C144FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.31%

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

R = 37.77%
G = 13.31%
B = 48.92%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C144FA (or 0xC144FA) is known color: Medium Orchid. HEX triplet: C1, 44 and FA. RGB value is (193,68,250). Sum of RGB (Red+Green+Blue) = 193+68+250=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C144FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144FA is #3EBB05. Grayscale: #7D7D7D. Windows color (decimal): -4111110 or 16401601. OLE color: 16401601.

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

Color convert

RGB 193 68 250 -
CMYK 0.23 0.73 0 0.02
HSL 281.21º 0.95% 0.62% -
HSV(B) 281.21º 0.73% 0.98% -
XYZ 41.31 22.37 92.58 -
YUV 126.12 197.91 175.7 -
System Red Green Blue C M Y K H S L
Decimal 193 68 250 0.23 0.73 0 0.02 281.21 0.95 0.62
Hex C1 44 FA 17 49 0 2 119 5F 3E
Octal 301 104 372 27 111 0 2 431 137 76
Binary 11000001 1000100 11111010 10111 1001001 0 10 100011001 1011111 111110

Color Harmonies of #C144FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144FA

Black with #C144FA

Text Example


Text Example

White with #C144FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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