#CB60D4

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

Shades of Medium Orchid #CB60D4

Tints of Medium Orchid #CB60D4

Color information

#CB60D4 (or 0xCB60D4) is unknown color: approx Medium Orchid. HEX triplet: CB, 60 and D4. RGB value is (203,96,212). Sum of RGB (Red+Green+Blue) = 203+96+212=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60D4 is #349F2B. Grayscale: #8C8C8C. Windows color (decimal): -3448620 or 13918411. OLE color: 13918411.

HSL color Cylindrical-coordinate representation of color #CB60D4: hue angle of 295.34º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB60D4 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20396212-
CMYK0.040.5500.17
HSL295.34º57.43%60.39%-
HSV(B)295.34º54.72%83.14%-
XYZ40.725.8265.13-
YUV141.22167.95172.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 96 (37.89% from 255) = 18.79%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=39.73%
G=18.79%
B=41.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203962120.040.5500.17295.3457.4360.39
HexCB60D4437011127393c
Octal3131403244670214477174
Binary11001011110000011010100100110111010001100100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60D4; }

 p { color: rgb(203,96,212); }

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

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

 a { background-color: rgb(203,96,212); }

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

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

 span { border-color: rgb(203,96,212); }

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