#CB7FF3

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

Shades of Heliotrope #CB7FF3

Tints of Heliotrope #CB7FF3

Color information

#CB7FF3 (or 0xCB7FF3) is unknown color: approx Heliotrope. HEX triplet: CB, 7F and F3. RGB value is (203,127,243). Sum of RGB (Red+Green+Blue) = 203+127+243=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB7FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7FF3 is #34800C. Grayscale: #A2A2A2. Windows color (decimal): -3440653 or 15957963. OLE color: 15957963.

HSL color Cylindrical-coordinate representation of color #CB7FF3: hue angle of 279.31º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7FF3 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203127243-
CMYK0.160.4800.05
HSL279.31º82.86%72.55%-
HSV(B)279.31º47.74%95.29%-
XYZ48.434.3588.87-
YUV162.95173.18156.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=35.43%
G=22.16%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031272430.160.4800.05279.3182.8672.55
HexCB7FF31030051175349
Octal313177363206005427123111
Binary1100101111111111111001110000110000010110001011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FF3; }

 p { color: rgb(203,127,243); }

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

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

 a { background-color: rgb(203,127,243); }

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

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

 span { border-color: rgb(203,127,243); }

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