#cb5fd5

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

Shades of Medium Orchid #CB5FD5

Tints of Medium Orchid #CB5FD5

Color information

#CB5FD5 (or 0xCB5FD5) is unknown color: approx Medium Orchid. HEX triplet: CB, 5F and D5. RGB value is (203,95,213). Sum of RGB (Red+Green+Blue) = 203+95+213=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FD5 is #34A02A. Grayscale: #8C8C8C. Windows color (decimal): -3448875 or 13983691. OLE color: 13983691.

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

Color convert

RGB20395213-
CMYK0.050.5500.16
HSL294.92º58.42%60.39%-
HSV(B)294.92º55.4%83.53%-
XYZ40.7325.6965.76-
YUV140.74168.78172.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=39.73%
G=18.59%
B=41.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203952130.050.5500.16294.9258.4260.39
HexCB5FD55370101273a3c
Octal3131373255670204477274
Binary11001011101111111010101101110111010000100100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5fd5; }

 p { color: rgb(203,95,213); }

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

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

 a { background-color: rgb(203,95,213); }

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

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

 span { border-color: rgb(203,95,213); }

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