Html Css Color HEX #C142FF Medium Orchid

📋 copy color: '#C142FF'

red 193 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #C142FF

Tints of Medium Orchid #C142FF

RGB

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

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

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

R = 37.55%
G = 12.84%
B = 49.61%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C142FF (or 0xC142FF) is known color: Medium Orchid. HEX triplet: C1, 42 and FF. RGB value is (193,66,255). Sum of RGB (Red+Green+Blue) = 193+66+255=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C142FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142FF is #3EBD00. Grayscale: #7C7C7C. Windows color (decimal): -4111617 or 16728769. OLE color: 16728769.

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

Color convert

RGB 193 66 255 -
CMYK 0.24 0.74 0 0
HSL 280.32º 1% 0.63% -
HSV(B) 280.32º 0.74% 1% -
XYZ 41.99 22.45 96.73 -
YUV 125.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 193 66 255 0.24 0.74 0 0 280.32 1 0.63
Hex C1 42 FF 18 4A 0 0 118 64 3F
Octal 301 102 377 30 112 0 0 430 144 77
Binary 11000001 1000010 11111111 11000 1001010 0 0 100011000 1100100 111111

Color Harmonies of #C142FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142FF

Black with #C142FF

Text Example


Text Example

White with #C142FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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