#CB5CDE

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

Shades of Medium Orchid #CB5CDE

Tints of Medium Orchid #CB5CDE

Color information

#CB5CDE (or 0xCB5CDE) is unknown color: approx Medium Orchid. HEX triplet: CB, 5C and DE. RGB value is (203,92,222). Sum of RGB (Red+Green+Blue) = 203+92+222=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CDE is #34A321. Grayscale: #8B8B8B. Windows color (decimal): -3449634 or 14572747. OLE color: 14572747.

HSL color Cylindrical-coordinate representation of color #CB5CDE: hue angle of 291.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5CDE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20392222-
CMYK0.090.5900.13
HSL291.23º66.33%61.57%-
HSV(B)291.23º58.56%87.06%-
XYZ41.6425.6271.86-
YUV140.01174.27172.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 92 (36.33% from 255) = 17.79%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=39.26%
G=17.79%
B=42.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203922220.090.5900.13291.2366.3361.57
HexCB5CDE93B0D123423e
Octal313134336117301544310276
Binary110010111011100110111101001111011011011001000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CDE; }

 p { color: rgb(203,92,222); }

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

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

 a { background-color: rgb(203,92,222); }

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

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

 span { border-color: rgb(203,92,222); }

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