Html Css Color HEX #C144FF Medium Orchid

📋 copy color: '#C144FF'

red 193 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #C144FF

Tints of Medium Orchid #C144FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 37.4%
G = 13.18%
B = 49.42%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C144FF (or 0xC144FF) is known color: Medium Orchid. HEX triplet: C1, 44 and FF. RGB value is (193,68,255). Sum of RGB (Red+Green+Blue) = 193+68+255=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C144FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144FF is #3EBB00. Grayscale: #7E7E7E. Windows color (decimal): -4111105 or 16729281. OLE color: 16729281.

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

Color convert

RGB 193 68 255 -
CMYK 0.24 0.73 0 0
HSL 280.11º 1% 0.63% -
HSV(B) 280.11º 0.73% 1% -
XYZ 42.11 22.69 96.77 -
YUV 126.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 193 68 255 0.24 0.73 0 0 280.11 1 0.63
Hex C1 44 FF 18 49 0 0 118 64 3F
Octal 301 104 377 30 111 0 0 430 144 77
Binary 11000001 1000100 11111111 11000 1001001 0 0 100011000 1100100 111111

Color Harmonies of #C144FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144FF

Black with #C144FF

Text Example


Text Example

White with #C144FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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