#C645DB

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

Shades of Medium Orchid #C645DB

Tints of Medium Orchid #C645DB

Color information

#C645DB (or 0xC645DB) is unknown color: approx Medium Orchid. HEX triplet: C6, 45 and DB. RGB value is (198,69,219). Sum of RGB (Red+Green+Blue) = 198+69+219=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C645DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645DB is #39BA24. Grayscale: #7C7C7C. Windows color (decimal): -3783205 or 14370246. OLE color: 14370246.

HSL color Cylindrical-coordinate representation of color #C645DB: hue angle of 291.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C645DB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19869219-
CMYK0.100.6800.14
HSL291.6º67.57%56.47%-
HSV(B)291.6º68.49%85.88%-
XYZ38.221.3869.13-
YUV124.67181.24180.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 69 (27.34% from 255) = 14.20%
BLUE value IS 219 (85.94% from 255) = 45.06%
R=40.74%
G=14.20%
B=45.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198692190.100.6800.14291.667.5756.47
HexC645DBA440E1244438
Octal3061053331210401644410470
Binary1100011010001011101101110101000100011101001001001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C645DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C645DB; }

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

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

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

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

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

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

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

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