#CB6AE3

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

Shades of Orchid #CB6AE3

Tints of Orchid #CB6AE3

Color information

#CB6AE3 (or 0xCB6AE3) is unknown color: approx Orchid. HEX triplet: CB, 6A and E3. RGB value is (203,106,227). Sum of RGB (Red+Green+Blue) = 203+106+227=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB6AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AE3 is #34951C. Grayscale: #949494. Windows color (decimal): -3446045 or 14904011. OLE color: 14904011.

HSL color Cylindrical-coordinate representation of color #CB6AE3: hue angle of 288.1º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6AE3 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203106227-
CMYK0.110.5300.11
HSL288.1º68.36%65.29%-
HSV(B)288.1º53.3%89.02%-
XYZ43.6528.5575.88-
YUV148.8172.14166.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 106 (41.80% from 255) = 19.78%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=37.87%
G=19.78%
B=42.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031062270.110.5300.11288.168.3665.29
HexCB6AE3B350B1204441
Octal3131523431365013440104101
Binary1100101111010101110001110111101010101110010000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6AE3; }

 p { color: rgb(203,106,227); }

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

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

 a { background-color: rgb(203,106,227); }

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

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

 span { border-color: rgb(203,106,227); }

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