#CB6AE0

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

Shades of Orchid #CB6AE0

Tints of Orchid #CB6AE0

Color information

#CB6AE0 (or 0xCB6AE0) is unknown color: approx Orchid. HEX triplet: CB, 6A and E0. RGB value is (203,106,224). Sum of RGB (Red+Green+Blue) = 203+106+224=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AE0 is #34951F. Grayscale: #949494. Windows color (decimal): -3446048 or 14707403. OLE color: 14707403.

HSL color Cylindrical-coordinate representation of color #CB6AE0: hue angle of 289.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6AE0 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203106224-
CMYK0.090.5300.12
HSL289.32º65.56%64.71%-
HSV(B)289.32º52.68%87.84%-
XYZ43.2428.3973.72-
YUV148.45170.64166.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=38.09%
G=19.89%
B=42.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031062240.090.5300.12289.3265.5664.71
HexCB6AE09350C1214241
Octal3131523401165014441102101
Binary1100101111010101110000010011101010110010010000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6AE0; }

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

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

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

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

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

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

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

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