Html Css Color HEX #C155CC Medium Orchid

📋 copy color: '#C155CC'

red 193 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #C155CC

Tints of Medium Orchid #C155CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 40.04%
G = 17.63%
B = 42.32%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C155CC (or 0xC155CC) is known color: Medium Orchid. HEX triplet: C1, 55 and CC. RGB value is (193,85,204). Sum of RGB (Red+Green+Blue) = 193+85+204=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C155CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155CC is #3EAA33. Grayscale: #828282. Windows color (decimal): -4106804 or 13391297. OLE color: 13391297.

HSL color Cylindrical-coordinate representation of color #C155CC: hue angle of 294.45º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C155CC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 85 204 -
CMYK 0.05 0.58 0 0.2
HSL 294.45º 0.54% 0.57% -
HSV(B) 294.45º 0.58% 0.8% -
XYZ 36.14 22.19 59.51 -
YUV 130.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 193 85 204 0.05 0.58 0 0.2 294.45 0.54 0.57
Hex C1 55 CC 5 3A 0 14 126 36 39
Octal 301 125 314 5 72 0 24 446 66 71
Binary 11000001 1010101 11001100 101 111010 0 10100 100100110 110110 111001

Color Harmonies of #C155CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155CC

Black with #C155CC

Text Example


Text Example

White with #C155CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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