#CB4CDA

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

Shades of Medium Orchid #CB4CDA

Tints of Medium Orchid #CB4CDA

Color information

#CB4CDA (or 0xCB4CDA) is unknown color: approx Medium Orchid. HEX triplet: CB, 4C and DA. RGB value is (203,76,218). Sum of RGB (Red+Green+Blue) = 203+76+218=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CDA is #34B325. Grayscale: #818181. Windows color (decimal): -3453734 or 14306507. OLE color: 14306507.

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

Color convert

RGB20376218-
CMYK0.070.6500.15
HSL293.66º65.74%57.65%-
HSV(B)293.66º65.14%85.49%-
XYZ39.8722.9368.65-
YUV130.16177.58179.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 76 (30.08% from 255) = 15.29%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=40.85%
G=15.29%
B=43.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203762180.070.6500.15293.6665.7457.65
HexCB4CDA7410F126423a
Octal313114332710101744610272
Binary110010111001100110110101111000001011111001001101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4CDA; }

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

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

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

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

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

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

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

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