Html Css Color HEX #C142EB Medium Orchid

📋 copy color: '#C142EB'

red 193 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #C142EB

Tints of Medium Orchid #C142EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 39.07%
G = 13.36%
B = 47.57%

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

#C142EB (or 0xC142EB) is known color: Medium Orchid. HEX triplet: C1, 42 and EB. RGB value is (193,66,235). Sum of RGB (Red+Green+Blue) = 193+66+235=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #C142EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142EB is #3EBD14. Grayscale: #7A7A7A. Windows color (decimal): -4111637 or 15418049. OLE color: 15418049.

HSL color Cylindrical-coordinate representation of color #C142EB: hue angle of 285.09º degrees, saturation: 0.81, 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 #C142EB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 66 235 -
CMYK 0.18 0.72 0 0.08
HSL 285.09º 0.81% 0.59% -
HSV(B) 285.09º 0.72% 0.92% -
XYZ 38.94 21.23 80.64 -
YUV 123.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 193 66 235 0.18 0.72 0 0.08 285.09 0.81 0.59
Hex C1 42 EB 12 48 0 8 11D 51 3B
Octal 301 102 353 22 110 0 10 435 121 73
Binary 11000001 1000010 11101011 10010 1001000 0 1000 100011101 1010001 111011

Color Harmonies of #C142EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142EB

Black with #C142EB

Text Example


Text Example

White with #C142EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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