#C645D6

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

Shades of Medium Orchid #C645D6

Tints of Medium Orchid #C645D6

Color information

#C645D6 (or 0xC645D6) is unknown color: approx Medium Orchid. HEX triplet: C6, 45 and D6. RGB value is (198,69,214). Sum of RGB (Red+Green+Blue) = 198+69+214=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #C645D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645D6 is #39BA29. Grayscale: #7B7B7B. Windows color (decimal): -3783210 or 14042566. OLE color: 14042566.

HSL color Cylindrical-coordinate representation of color #C645D6: hue angle of 293.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C645D6 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19869214-
CMYK0.070.6800.16
HSL293.38º63.88%55.49%-
HSV(B)293.38º67.76%83.92%-
XYZ37.5521.1265.71-
YUV124.1178.74180.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=41.16%
G=14.35%
B=44.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198692140.070.6800.16293.3863.8855.49
HexC645D67440101254037
Octal306105326710402044510067
Binary1100011010001011101011011110001000100001001001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C645D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C645D6; }

 p { color: rgb(198,69,214); }

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

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

 a { background-color: rgb(198,69,214); }

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

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

 span { border-color: rgb(198,69,214); }

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