#CC50DB

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

Shades of Medium Orchid #CC50DB

Tints of Medium Orchid #CC50DB

Color information

#CC50DB (or 0xCC50DB) is unknown color: approx Medium Orchid. HEX triplet: CC, 50 and DB. RGB value is (204,80,219). Sum of RGB (Red+Green+Blue) = 204+80+219=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50DB is #33AF24. Grayscale: #848484. Windows color (decimal): -3387173 or 14373068. OLE color: 14373068.

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

Color convert

RGB20480219-
CMYK0.070.6300.14
HSL293.53º65.88%58.63%-
HSV(B)293.53º63.47%85.88%-
XYZ40.5623.6969.45-
YUV132.92176.58178.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 80 (31.64% from 255) = 15.90%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=40.56%
G=15.90%
B=43.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204802190.070.6300.14293.5365.8858.63
HexCC50DB73F0E126423b
Octal31412033377701644610273
Binary11001100101000011011011111111111011101001001101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC50DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC50DB; }

 p { color: rgb(204,80,219); }

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

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

 a { background-color: rgb(204,80,219); }

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

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

 span { border-color: rgb(204,80,219); }

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