#CB55DA

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

Shades of Medium Orchid #CB55DA

Tints of Medium Orchid #CB55DA

Color information

#CB55DA (or 0xCB55DA) is unknown color: approx Medium Orchid. HEX triplet: CB, 55 and DA. RGB value is (203,85,218). Sum of RGB (Red+Green+Blue) = 203+85+218=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB55DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55DA is #34AA25. Grayscale: #878787. Windows color (decimal): -3451430 or 14308811. OLE color: 14308811.

HSL color Cylindrical-coordinate representation of color #CB55DA: hue angle of 293.23º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB55DA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20385218-
CMYK0.070.6100.15
HSL293.23º64.25%59.41%-
HSV(B)293.23º61.01%85.49%-
XYZ40.5324.2668.88-
YUV135.44174.59176.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 85 (33.59% from 255) = 16.80%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=40.12%
G=16.80%
B=43.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203852180.070.6100.15293.2364.2559.41
HexCB55DA73D0F125403b
Octal31312533277501744510073
Binary11001011101010111011010111111101011111001001011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB55DA; }

 p { color: rgb(203,85,218); }

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

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

 a { background-color: rgb(203,85,218); }

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

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

 span { border-color: rgb(203,85,218); }

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