#CB30D8

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

Shades of Medium Orchid #CB30D8

Tints of Medium Orchid #CB30D8

Color information

#CB30D8 (or 0xCB30D8) is unknown color: approx Medium Orchid. HEX triplet: CB, 30 and D8. RGB value is (203,48,216). Sum of RGB (Red+Green+Blue) = 203+48+216=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB30D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D8 is #34CF27. Grayscale: #707070. Windows color (decimal): -3460904 or 14168267. OLE color: 14168267.

HSL color Cylindrical-coordinate representation of color #CB30D8: hue angle of 295.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30D8 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20348216-
CMYK0.060.7800.15
HSL295.36º68.29%51.76%-
HSV(B)295.36º77.78%84.71%-
XYZ38.0819.7766.77-
YUV113.5185.85191.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 48 (19.14% from 255) = 10.28%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=43.47%
G=10.28%
B=46.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203482160.060.7800.15295.3668.2951.76
HexCB30D864E0F1274434
Octal31360330611601744710464
Binary11001011110000110110001101001110011111001001111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB30D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB30D8; }

 p { color: rgb(203,48,216); }

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

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

 a { background-color: rgb(203,48,216); }

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

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

 span { border-color: rgb(203,48,216); }

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