Html Css Color HEX #C142EA Medium Orchid

📋 copy color: '#C142EA'

red 193 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #C142EA

Tints of Medium Orchid #C142EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 39.15%
G = 13.39%
B = 47.46%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C142EA (or 0xC142EA) is known color: Medium Orchid. HEX triplet: C1, 42 and EA. RGB value is (193,66,234). Sum of RGB (Red+Green+Blue) = 193+66+234=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C142EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142EA is #3EBD15. Grayscale: #7A7A7A. Windows color (decimal): -4111638 or 15352513. OLE color: 15352513.

HSL color Cylindrical-coordinate representation of color #C142EA: hue angle of 285.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C142EA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 66 234 -
CMYK 0.18 0.72 0 0.08
HSL 285.36º 0.8% 0.59% -
HSV(B) 285.36º 0.72% 0.92% -
XYZ 38.79 21.17 79.88 -
YUV 123.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 193 66 234 0.18 0.72 0 0.08 285.36 0.8 0.59
Hex C1 42 EA 12 48 0 8 11D 50 3B
Octal 301 102 352 22 110 0 10 435 120 73
Binary 11000001 1000010 11101010 10010 1001000 0 1000 100011101 1010000 111011

Color Harmonies of #C142EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142EA

Black with #C142EA

Text Example


Text Example

White with #C142EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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