#CD5CDB

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

Shades of Medium Orchid #CD5CDB

Tints of Medium Orchid #CD5CDB

Color information

#CD5CDB (or 0xCD5CDB) is unknown color: approx Medium Orchid. HEX triplet: CD, 5C and DB. RGB value is (205,92,219). Sum of RGB (Red+Green+Blue) = 205+92+219=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CDB is #32A324. Grayscale: #8B8B8B. Windows color (decimal): -3318565 or 14376141. OLE color: 14376141.

HSL color Cylindrical-coordinate representation of color #CD5CDB: hue angle of 293.39º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5CDB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20592219-
CMYK0.060.5800.14
HSL293.39º63.82%60.98%-
HSV(B)293.39º57.99%85.88%-
XYZ41.7925.7569.79-
YUV140.26172.44174.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 92 (36.33% from 255) = 17.83%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=39.73%
G=17.83%
B=42.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205922190.060.5800.14293.3963.8260.98
HexCD5CDB63A0E125403d
Octal31513433367201644510075
Binary11001101101110011011011110111010011101001001011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CDB; }

 p { color: rgb(205,92,219); }

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

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

 a { background-color: rgb(205,92,219); }

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

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

 span { border-color: rgb(205,92,219); }

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