Html Css Color HEX #C155DD Medium Orchid

📋 copy color: '#C155DD'

red 193 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C155DD

Tints of Medium Orchid #C155DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 38.68%
G = 17.03%
B = 44.29%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C155DD (or 0xC155DD) is known color: Medium Orchid. HEX triplet: C1, 55 and DD. RGB value is (193,85,221). Sum of RGB (Red+Green+Blue) = 193+85+221=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C155DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155DD is #3EAA22. Grayscale: #848484. Windows color (decimal): -4106787 or 14505409. OLE color: 14505409.

HSL color Cylindrical-coordinate representation of color #C155DD: hue angle of 287.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C155DD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 85 221 -
CMYK 0.13 0.62 0 0.13
HSL 287.65º 0.67% 0.6% -
HSV(B) 287.65º 0.62% 0.87% -
XYZ 38.29 23.05 70.84 -
YUV 132.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 193 85 221 0.13 0.62 0 0.13 287.65 0.67 0.6
Hex C1 55 DD D 3E 0 D 120 43 3C
Octal 301 125 335 15 76 0 15 440 103 74
Binary 11000001 1010101 11011101 1101 111110 0 1101 100100000 1000011 111100

Color Harmonies of #C155DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155DD

Black with #C155DD

Text Example


Text Example

White with #C155DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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