Html Css Color HEX #C155DA Medium Orchid

📋 copy color: '#C155DA'

red 193 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #C155DA

Tints of Medium Orchid #C155DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 38.91%
G = 17.14%
B = 43.95%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C155DA (or 0xC155DA) is known color: Medium Orchid. HEX triplet: C1, 55 and DA. RGB value is (193,85,218). Sum of RGB (Red+Green+Blue) = 193+85+218=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #C155DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155DA is #3EAA25. Grayscale: #848484. Windows color (decimal): -4106790 or 14308801. OLE color: 14308801.

HSL color Cylindrical-coordinate representation of color #C155DA: hue angle of 288.72º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C155DA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 85 218 -
CMYK 0.11 0.61 0 0.15
HSL 288.72º 0.64% 0.59% -
HSV(B) 288.72º 0.61% 0.85% -
XYZ 37.9 22.9 68.75 -
YUV 132.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 193 85 218 0.11 0.61 0 0.15 288.72 0.64 0.59
Hex C1 55 DA B 3D 0 F 121 40 3B
Octal 301 125 332 13 75 0 17 441 100 73
Binary 11000001 1010101 11011010 1011 111101 0 1111 100100001 1000000 111011

Color Harmonies of #C155DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155DA

Black with #C155DA

Text Example


Text Example

White with #C155DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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