Html Css Color HEX #C142FE Medium Orchid

📋 copy color: '#C142FE'

red 193 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #C142FE

Tints of Medium Orchid #C142FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 37.62%
G = 12.87%
B = 49.51%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C142FE (or 0xC142FE) is known color: Medium Orchid. HEX triplet: C1, 42 and FE. RGB value is (193,66,254). Sum of RGB (Red+Green+Blue) = 193+66+254=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C142FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142FE is #3EBD01. Grayscale: #7C7C7C. Windows color (decimal): -4111618 or 16663233. OLE color: 16663233.

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

Color convert

RGB 193 66 254 -
CMYK 0.24 0.74 0 0.00
HSL 280.53º 0.99% 0.63% -
HSV(B) 280.53º 0.74% 1% -
XYZ 41.83 22.39 95.88 -
YUV 125.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 193 66 254 0.24 0.74 0 0.00 280.53 0.99 0.63
Hex C1 42 FE 18 4A 0 0 119 63 3F
Octal 301 102 376 30 112 0 0 431 143 77
Binary 11000001 1000010 11111110 11000 1001010 0 0 100011001 1100011 111111

Color Harmonies of #C142FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142FE

Black with #C142FE

Text Example


Text Example

White with #C142FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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