Html Css Color HEX #C155D7 Medium Orchid

📋 copy color: '#C155D7'

red 193 ◦ green 85 ◦ blue 215

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

Shades of Medium Orchid #C155D7

Tints of Medium Orchid #C155D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 39.15%
G = 17.24%
B = 43.61%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C155D7 (or 0xC155D7) is known color: Medium Orchid. HEX triplet: C1, 55 and D7. RGB value is (193,85,215). Sum of RGB (Red+Green+Blue) = 193+85+215=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #C155D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155D7 is #3EAA28. Grayscale: #838383. Windows color (decimal): -4106793 or 14112193. OLE color: 14112193.

HSL color Cylindrical-coordinate representation of color #C155D7: hue angle of 289.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C155D7 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 85 215 -
CMYK 0.10 0.60 0 0.16
HSL 289.85º 0.62% 0.59% -
HSV(B) 289.85º 0.6% 0.84% -
XYZ 37.51 22.74 66.7 -
YUV 132.11 174.78 171.43 -
System Red Green Blue C M Y K H S L
Decimal 193 85 215 0.10 0.60 0 0.16 289.85 0.62 0.59
Hex C1 55 D7 A 3C 0 10 122 3E 3B
Octal 301 125 327 12 74 0 20 442 76 73
Binary 11000001 1010101 11010111 1010 111100 0 10000 100100010 111110 111011

Color Harmonies of #C155D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155D7

Black with #C155D7

Text Example


Text Example

White with #C155D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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