#CB7EEA

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

Shades of Heliotrope #CB7EEA

Tints of Heliotrope #CB7EEA

Color information

#CB7EEA (or 0xCB7EEA) is unknown color: approx Heliotrope. HEX triplet: CB, 7E and EA. RGB value is (203,126,234). Sum of RGB (Red+Green+Blue) = 203+126+234=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EEA is #348115. Grayscale: #A0A0A0. Windows color (decimal): -3440918 or 15367883. OLE color: 15367883.

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

Color convert

RGB203126234-
CMYK0.130.4600.08
HSL282.78º72%70.59%-
HSV(B)282.78º46.15%91.76%-
XYZ46.9433.5681.85-
YUV161.33169.01157.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 126 (49.61% from 255) = 22.38%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=36.06%
G=22.38%
B=41.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031262340.130.4600.08282.787270.59
HexCB7EEAD2E0811b4847
Octal3131763521556010433110107
Binary1100101111111101110101011011011100100010001101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EEA; }

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

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

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

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

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

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

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

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