#CB58D6

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

Shades of Medium Orchid #CB58D6

Tints of Medium Orchid #CB58D6

Color information

#CB58D6 (or 0xCB58D6) is unknown color: approx Medium Orchid. HEX triplet: CB, 58 and D6. RGB value is (203,88,214). Sum of RGB (Red+Green+Blue) = 203+88+214=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB58D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58D6 is #34A729. Grayscale: #888888. Windows color (decimal): -3450666 or 14047435. OLE color: 14047435.

HSL color Cylindrical-coordinate representation of color #CB58D6: hue angle of 294.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB58D6 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20388214-
CMYK0.050.5900.16
HSL294.76º60.58%59.22%-
HSV(B)294.76º58.88%83.92%-
XYZ40.2624.5366.23-
YUV136.75171.6175.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 88 (34.77% from 255) = 17.43%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=40.20%
G=17.43%
B=42.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203882140.050.5900.16294.7660.5859.22
HexCB58D653B0101273d3b
Octal3131303265730204477573
Binary11001011101100011010110101111011010000100100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB58D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB58D6; }

 p { color: rgb(203,88,214); }

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

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

 a { background-color: rgb(203,88,214); }

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

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

 span { border-color: rgb(203,88,214); }

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