Html Css Color HEX #C142EF Medium Orchid

📋 copy color: '#C142EF'

red 193 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #C142EF

Tints of Medium Orchid #C142EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 38.76%
G = 13.25%
B = 47.99%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C142EF (or 0xC142EF) is known color: Medium Orchid. HEX triplet: C1, 42 and EF. RGB value is (193,66,239). Sum of RGB (Red+Green+Blue) = 193+66+239=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #C142EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142EF is #3EBD10. Grayscale: #7B7B7B. Windows color (decimal): -4111633 or 15680193. OLE color: 15680193.

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

Color convert

RGB 193 66 239 -
CMYK 0.19 0.72 0 0.06
HSL 284.05º 0.84% 0.6% -
HSV(B) 284.05º 0.72% 0.94% -
XYZ 39.52 21.47 83.72 -
YUV 123.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 193 66 239 0.19 0.72 0 0.06 284.05 0.84 0.6
Hex C1 42 EF 13 48 0 6 11C 54 3C
Octal 301 102 357 23 110 0 6 434 124 74
Binary 11000001 1000010 11101111 10011 1001000 0 110 100011100 1010100 111100

Color Harmonies of #C142EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142EF

Black with #C142EF

Text Example


Text Example

White with #C142EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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