#CB7CEA

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

Shades of Heliotrope #CB7CEA

Tints of Heliotrope #CB7CEA

Color information

#CB7CEA (or 0xCB7CEA) is unknown color: approx Heliotrope. HEX triplet: CB, 7C and EA. RGB value is (203,124,234). Sum of RGB (Red+Green+Blue) = 203+124+234=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CEA is #348315. Grayscale: #9F9F9F. Windows color (decimal): -3441430 or 15367371. OLE color: 15367371.

HSL color Cylindrical-coordinate representation of color #CB7CEA: hue angle of 283.09º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7CEA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203124234-
CMYK0.130.4700.08
HSL283.09º72.37%70.2%-
HSV(B)283.09º47.01%91.76%-
XYZ46.6933.0581.76-
YUV160.16169.67158.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=36.19%
G=22.10%
B=41.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031242340.130.4700.08283.0972.3770.2
HexCB7CEAD2F0811b4846
Octal3131743521557010433110106
Binary1100101111111001110101011011011110100010001101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CEA; }

 p { color: rgb(203,124,234); }

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

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

 a { background-color: rgb(203,124,234); }

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

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

 span { border-color: rgb(203,124,234); }

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