#CB6CD1

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

Shades of Orchid #CB6CD1

Tints of Orchid #CB6CD1

Color information

#CB6CD1 (or 0xCB6CD1) is unknown color: approx Orchid. HEX triplet: CB, 6C and D1. RGB value is (203,108,209). Sum of RGB (Red+Green+Blue) = 203+108+209=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB6CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CD1 is #34932E. Grayscale: #939393. Windows color (decimal): -3445551 or 13724875. OLE color: 13724875.

HSL color Cylindrical-coordinate representation of color #CB6CD1: hue angle of 296.44º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6CD1 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203108209-
CMYK0.030.4800.18
HSL296.44º52.33%62.16%-
HSV(B)296.44º48.33%81.96%-
XYZ41.528.0363.54-
YUV147.92162.47167.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 108 (42.58% from 255) = 20.77%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=39.04%
G=20.77%
B=40.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031082090.030.4800.18296.4452.3362.16
HexCB6CD1330012128343e
Octal3131543213600224506476
Binary1100101111011001101000111110000010010100101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CD1; }

 p { color: rgb(203,108,209); }

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

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

 a { background-color: rgb(203,108,209); }

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

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

 span { border-color: rgb(203,108,209); }

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