#C275DB

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

Shades of Medium Orchid #C275DB

Tints of Medium Orchid #C275DB

Color information

#C275DB (or 0xC275DB) is unknown color: approx Medium Orchid. HEX triplet: C2, 75 and DB. RGB value is (194,117,219). Sum of RGB (Red+Green+Blue) = 194+117+219=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C275DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275DB is #3D8A24. Grayscale: #979797. Windows color (decimal): -4033061 or 14382530. OLE color: 14382530.

HSL color Cylindrical-coordinate representation of color #C275DB: hue angle of 285.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C275DB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194117219-
CMYK0.110.4700.14
HSL285.29º58.62%65.88%-
HSV(B)285.29º46.58%85.88%-
XYZ41.429.3170.49-
YUV151.65166.01158.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=36.60%
G=22.08%
B=41.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941172190.110.4700.14285.2958.6265.88
HexC275DBB2F0E11d3b42
Octal302165333135701643573102
Binary110000101110101110110111011101111011101000111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C275DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C275DB; }

 p { color: rgb(194,117,219); }

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

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

 a { background-color: rgb(194,117,219); }

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

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

 span { border-color: rgb(194,117,219); }

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