#C15CD0

Color #C15CD0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C15CD0

Tints of Medium Orchid #C15CD0

Color information

#C15CD0 (or 0xC15CD0) is unknown color: approx Medium Orchid. HEX triplet: C1, 5C and D0. RGB value is (193,92,208). Sum of RGB (Red+Green+Blue) = 193+92+208=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #C15CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CD0 is #3EA32F. Grayscale: #878787. Windows color (decimal): -4105008 or 13655233. OLE color: 13655233.

HSL color Cylindrical-coordinate representation of color #C15CD0: hue angle of 292.24º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15CD0 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19392208-
CMYK0.070.5600.18
HSL292.24º55.24%58.82%-
HSV(B)292.24º55.77%81.57%-
XYZ37.223.5562.26-
YUV135.42168.96169.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=39.15%
G=18.66%
B=42.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193922080.070.5600.18292.2455.2458.82
HexC15CD0738012124373b
Octal3011343207700224446773
Binary11000001101110011010000111111000010010100100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CD0; }

 p { color: rgb(193,92,208); }

 H1.HeaderClassName
 {
   color: #C15CD0;
 }
 .AnyTagClassName
 {
   color: #C15CD0;
 }
</style>
background-color css

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

 a { background-color: rgb(193,92,208); }

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

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

 span { border-color: rgb(193,92,208); }

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