#CB7AE1

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

Shades of Orchid #CB7AE1

Tints of Orchid #CB7AE1

Color information

#CB7AE1 (or 0xCB7AE1) is unknown color: approx Orchid. HEX triplet: CB, 7A and E1. RGB value is (203,122,225). Sum of RGB (Red+Green+Blue) = 203+122+225=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB7AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AE1 is #34851E. Grayscale: #9D9D9D. Windows color (decimal): -3441951 or 14777035. OLE color: 14777035.

HSL color Cylindrical-coordinate representation of color #CB7AE1: hue angle of 287.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB7AE1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203122225-
CMYK0.100.4600.12
HSL287.18º63.19%68.04%-
HSV(B)287.18º45.78%88.24%-
XYZ45.1832.0575.04-
YUV157.96165.84160.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=36.91%
G=22.18%
B=40.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031222250.100.4600.12287.1863.1968.04
HexCB7AE1A2E0C11f3f44
Octal313172341125601443777104
Binary110010111111010111000011010101110011001000111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AE1; }

 p { color: rgb(203,122,225); }

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

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

 a { background-color: rgb(203,122,225); }

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

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

 span { border-color: rgb(203,122,225); }

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