Html Css Color HEX #C155EF Medium Orchid

📋 copy color: '#C155EF'

red 193 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #C155EF

Tints of Medium Orchid #C155EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.44%

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

R = 37.33%
G = 16.44%
B = 46.23%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C155EF (or 0xC155EF) is known color: Medium Orchid. HEX triplet: C1, 55 and EF. RGB value is (193,85,239). Sum of RGB (Red+Green+Blue) = 193+85+239=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C155EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155EF is #3EAA10. Grayscale: #868686. Windows color (decimal): -4106769 or 15685057. OLE color: 15685057.

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

Color convert

RGB 193 85 239 -
CMYK 0.19 0.64 0 0.06
HSL 282.08º 0.83% 0.64% -
HSV(B) 282.08º 0.64% 0.94% -
XYZ 40.82 24.07 84.16 -
YUV 134.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 193 85 239 0.19 0.64 0 0.06 282.08 0.83 0.64
Hex C1 55 EF 13 40 0 6 11A 53 40
Octal 301 125 357 23 100 0 6 432 123 100
Binary 11000001 1010101 11101111 10011 1000000 0 110 100011010 1010011 1000000

Color Harmonies of #C155EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155EF

Black with #C155EF

Text Example


Text Example

White with #C155EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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