#CB60D6

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

Shades of Medium Orchid #CB60D6

Tints of Medium Orchid #CB60D6

Color information

#CB60D6 (or 0xCB60D6) is unknown color: approx Medium Orchid. HEX triplet: CB, 60 and D6. RGB value is (203,96,214). Sum of RGB (Red+Green+Blue) = 203+96+214=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60D6 is #349F29. Grayscale: #8D8D8D. Windows color (decimal): -3448618 or 14049483. OLE color: 14049483.

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

Color convert

RGB20396214-
CMYK0.050.5500.16
HSL294.41º59%60.78%-
HSV(B)294.41º55.14%83.92%-
XYZ40.9525.9266.46-
YUV141.44168.95171.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=39.57%
G=18.71%
B=41.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203962140.050.5500.16294.415960.78
HexCB60D65370101263b3d
Octal3131403265670204467375
Binary11001011110000011010110101110111010000100100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60D6; }

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

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

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

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

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

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

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

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