#CB7DE5

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

Shades of Heliotrope #CB7DE5

Tints of Heliotrope #CB7DE5

Color information

#CB7DE5 (or 0xCB7DE5) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and E5. RGB value is (203,125,229). Sum of RGB (Red+Green+Blue) = 203+125+229=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB7DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DE5 is #34821A. Grayscale: #9F9F9F. Windows color (decimal): -3441179 or 15039947. OLE color: 15039947.

HSL color Cylindrical-coordinate representation of color #CB7DE5: hue angle of 285º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7DE5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203125229-
CMYK0.110.4500.10
HSL285º66.67%69.41%-
HSV(B)285º45.41%89.8%-
XYZ46.1133.0278.07-
YUV160.18166.84158.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=36.45%
G=22.44%
B=41.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031252290.110.4500.1028566.6769.41
HexCB7DE5B2D0A11d4345
Octal3131753451355012435103105
Binary1100101111111011110010110111011010101010001110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DE5; }

 p { color: rgb(203,125,229); }

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

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

 a { background-color: rgb(203,125,229); }

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

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

 span { border-color: rgb(203,125,229); }

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