Html Css Color HEX #C145EB Medium Orchid

📋 copy color: '#C145EB'

red 193 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #C145EB

Tints of Medium Orchid #C145EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.88%

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

R = 38.83%
G = 13.88%
B = 47.28%

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

#C145EB (or 0xC145EB) is known color: Medium Orchid. HEX triplet: C1, 45 and EB. RGB value is (193,69,235). Sum of RGB (Red+Green+Blue) = 193+69+235=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C145EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145EB is #3EBA14. Grayscale: #7C7C7C. Windows color (decimal): -4110869 or 15418817. OLE color: 15418817.

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

Color convert

RGB 193 69 235 -
CMYK 0.18 0.71 0 0.08
HSL 284.82º 0.81% 0.6% -
HSV(B) 284.82º 0.71% 0.92% -
XYZ 39.12 21.59 80.7 -
YUV 125 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 193 69 235 0.18 0.71 0 0.08 284.82 0.81 0.6
Hex C1 45 EB 12 47 0 8 11D 51 3C
Octal 301 105 353 22 107 0 10 435 121 74
Binary 11000001 1000101 11101011 10010 1000111 0 1000 100011101 1010001 111100

Color Harmonies of #C145EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145EB

Black with #C145EB

Text Example


Text Example

White with #C145EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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