Html Css Color HEX #C155EE Medium Orchid

📋 copy color: '#C155EE'

red 193 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #C155EE

Tints of Medium Orchid #C155EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 37.4%
G = 16.47%
B = 46.12%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C155EE (or 0xC155EE) is known color: Medium Orchid. HEX triplet: C1, 55 and EE. RGB value is (193,85,238). Sum of RGB (Red+Green+Blue) = 193+85+238=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #C155EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155EE is #3EAA11. Grayscale: #868686. Windows color (decimal): -4106770 or 15619521. OLE color: 15619521.

HSL color Cylindrical-coordinate representation of color #C155EE: hue angle of 282.35º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C155EE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 85 238 -
CMYK 0.19 0.64 0 0.07
HSL 282.35º 0.82% 0.63% -
HSV(B) 282.35º 0.64% 0.93% -
XYZ 40.67 24.01 83.38 -
YUV 134.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 193 85 238 0.19 0.64 0 0.07 282.35 0.82 0.63
Hex C1 55 EE 13 40 0 7 11A 52 3F
Octal 301 125 356 23 100 0 7 432 122 77
Binary 11000001 1010101 11101110 10011 1000000 0 111 100011010 1010010 111111

Color Harmonies of #C155EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155EE

Black with #C155EE

Text Example


Text Example

White with #C155EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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