Html Css Color HEX #C160F4 Medium Orchid

📋 copy color: '#C160F4'

red 193 ◦ green 96 ◦ blue 244

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

Shades of Medium Orchid #C160F4

Tints of Medium Orchid #C160F4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 36.21%
G = 18.01%
B = 45.78%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C160F4 (or 0xC160F4) is known color: Medium Orchid. HEX triplet: C1, 60 and F4. RGB value is (193,96,244). Sum of RGB (Red+Green+Blue) = 193+96+244=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #C160F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160F4 is #3E9F0B. Grayscale: #8D8D8D. Windows color (decimal): -4103948 or 16015553. OLE color: 16015553.

HSL color Cylindrical-coordinate representation of color #C160F4: hue angle of 279.32º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C160F4 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 96 244 -
CMYK 0.21 0.61 0 0.04
HSL 279.32º 0.87% 0.67% -
HSV(B) 279.32º 0.61% 0.96% -
XYZ 42.5 26.23 88.41 -
YUV 141.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 193 96 244 0.21 0.61 0 0.04 279.32 0.87 0.67
Hex C1 60 F4 15 3D 0 4 117 57 43
Octal 301 140 364 25 75 0 4 427 127 103
Binary 11000001 1100000 11110100 10101 111101 0 100 100010111 1010111 1000011

Color Harmonies of #C160F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160F4

Black with #C160F4

Text Example


Text Example

White with #C160F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160F4; }

 p { color: rgb(193,96,244); }

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

background-color css

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

 a { background-color: rgb(193,96,244); }

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

border-color css

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

 span { border-color: rgb(193,96,244); }

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