#CB39D6

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

Shades of Medium Orchid #CB39D6

Tints of Medium Orchid #CB39D6

Color information

#CB39D6 (or 0xCB39D6) is unknown color: approx Medium Orchid. HEX triplet: CB, 39 and D6. RGB value is (203,57,214). Sum of RGB (Red+Green+Blue) = 203+57+214=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB39D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39D6 is #34C629. Grayscale: #767676. Windows color (decimal): -3458602 or 14039499. OLE color: 14039499.

HSL color Cylindrical-coordinate representation of color #CB39D6: hue angle of 295.8º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB39D6 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20357214-
CMYK0.050.7300.16
HSL295.8º65.69%53.14%-
HSV(B)295.8º73.36%83.92%-
XYZ38.2320.4865.56-
YUV118.55181.87188.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 57 (22.66% from 255) = 12.03%
BLUE value IS 214 (83.98% from 255) = 45.15%
R=42.83%
G=12.03%
B=45.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203572140.050.7300.16295.865.6953.14
HexCB39D65490101284235
Octal31371326511102045010265
Binary110010111110011101011010110010010100001001010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB39D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB39D6; }

 p { color: rgb(203,57,214); }

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

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

 a { background-color: rgb(203,57,214); }

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

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

 span { border-color: rgb(203,57,214); }

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