Html Css Color HEX #C143EB Medium Orchid

📋 copy color: '#C143EB'

red 193 ◦ green 67 ◦ blue 235

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

Shades of Medium Orchid #C143EB

Tints of Medium Orchid #C143EB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.54%

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

R = 38.99%
G = 13.54%
B = 47.47%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C143EB (or 0xC143EB) is known color: Medium Orchid. HEX triplet: C1, 43 and EB. RGB value is (193,67,235). Sum of RGB (Red+Green+Blue) = 193+67+235=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C143EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143EB is #3EBC14. Grayscale: #7B7B7B. Windows color (decimal): -4111381 or 15418305. OLE color: 15418305.

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

Color convert

RGB 193 67 235 -
CMYK 0.18 0.71 0 0.08
HSL 285º 0.81% 0.59% -
HSV(B) 285º 0.71% 0.92% -
XYZ 38.99 21.35 80.66 -
YUV 123.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 193 67 235 0.18 0.71 0 0.08 285 0.81 0.59
Hex C1 43 EB 12 47 0 8 11D 51 3B
Octal 301 103 353 22 107 0 10 435 121 73
Binary 11000001 1000011 11101011 10010 1000111 0 1000 100011101 1010001 111011

Color Harmonies of #C143EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143EB

Black with #C143EB

Text Example


Text Example

White with #C143EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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