#CB51DC

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

Shades of Medium Orchid #CB51DC

Tints of Medium Orchid #CB51DC

Color information

#CB51DC (or 0xCB51DC) is unknown color: approx Medium Orchid. HEX triplet: CB, 51 and DC. RGB value is (203,81,220). Sum of RGB (Red+Green+Blue) = 203+81+220=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DC is #34AE23. Grayscale: #848484. Windows color (decimal): -3452452 or 14438859. OLE color: 14438859.

HSL color Cylindrical-coordinate representation of color #CB51DC: hue angle of 292.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB51DC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20381220-
CMYK0.080.6300.14
HSL292.66º66.51%59.02%-
HSV(B)292.66º63.18%86.27%-
XYZ40.4923.7570.16-
YUV133.32176.92177.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 81 (32.03% from 255) = 16.07%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=40.28%
G=16.07%
B=43.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203812200.080.6300.14292.6666.5159.02
HexCB51DC83F0E125433b
Octal313121334107701644510373
Binary110010111010001110111001000111111011101001001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB51DC; }

 p { color: rgb(203,81,220); }

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

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

 a { background-color: rgb(203,81,220); }

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

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

 span { border-color: rgb(203,81,220); }

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