Html Css Color HEX #C142F0 Medium Orchid

📋 copy color: '#C142F0'

red 193 ◦ green 66 ◦ blue 240

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

Shades of Medium Orchid #C142F0

Tints of Medium Orchid #C142F0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.23%

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 38.68%
G = 13.23%
B = 48.1%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C142F0 (or 0xC142F0) is known color: Medium Orchid. HEX triplet: C1, 42 and F0. RGB value is (193,66,240). Sum of RGB (Red+Green+Blue) = 193+66+240=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #C142F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142F0 is #3EBD0F. Grayscale: #7B7B7B. Windows color (decimal): -4111632 or 15745729. OLE color: 15745729.

HSL color Cylindrical-coordinate representation of color #C142F0: hue angle of 283.79º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C142F0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 66 240 -
CMYK 0.20 0.72 0 0.06
HSL 283.79º 0.85% 0.6% -
HSV(B) 283.79º 0.73% 0.94% -
XYZ 39.67 21.53 84.5 -
YUV 123.81 193.58 177.35 -
System Red Green Blue C M Y K H S L
Decimal 193 66 240 0.20 0.72 0 0.06 283.79 0.85 0.6
Hex C1 42 F0 14 48 0 6 11C 55 3C
Octal 301 102 360 24 110 0 6 434 125 74
Binary 11000001 1000010 11110000 10100 1001000 0 110 100011100 1010101 111100

Color Harmonies of #C142F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142F0

Black with #C142F0

Text Example


Text Example

White with #C142F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142F0; }

 p { color: rgb(193,66,240); }

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

background-color css

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

 a { background-color: rgb(193,66,240); }

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

border-color css

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

 span { border-color: rgb(193,66,240); }

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