#C148CE

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

Shades of Medium Orchid #C148CE

Tints of Medium Orchid #C148CE

Color information

#C148CE (or 0xC148CE) is unknown color: approx Medium Orchid. HEX triplet: C1, 48 and CE. RGB value is (193,72,206). Sum of RGB (Red+Green+Blue) = 193+72+206=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #C148CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148CE is #3EB731. Grayscale: #7B7B7B. Windows color (decimal): -4110130 or 13519041. OLE color: 13519041.

HSL color Cylindrical-coordinate representation of color #C148CE: hue angle of 294.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C148CE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19372206-
CMYK0.060.6500.19
HSL294.18º57.76%54.51%-
HSV(B)294.18º65.05%80.78%-
XYZ35.4520.4360.47-
YUV123.46174.59177.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 72 (28.52% from 255) = 15.29%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=40.98%
G=15.29%
B=43.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193722060.060.6500.19294.1857.7654.51
HexC148CE6410131263a37
Octal30111031661010234467267
Binary110000011001000110011101101000001010011100100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C148CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C148CE; }

 p { color: rgb(193,72,206); }

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

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

 a { background-color: rgb(193,72,206); }

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

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

 span { border-color: rgb(193,72,206); }

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