#CB7EFE

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

Shades of Heliotrope #CB7EFE

Tints of Heliotrope #CB7EFE

Color information

#CB7EFE (or 0xCB7EFE) is unknown color: approx Heliotrope. HEX triplet: CB, 7E and FE. RGB value is (203,126,254). Sum of RGB (Red+Green+Blue) = 203+126+254=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EFE is #348101. Grayscale: #A3A3A3. Windows color (decimal): -3440898 or 16678603. OLE color: 16678603.

HSL color Cylindrical-coordinate representation of color #CB7EFE: hue angle of 276.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7EFE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203126254-
CMYK0.200.5000.00
HSL276.09º98.46%74.51%-
HSV(B)276.09º50.39%99.61%-
XYZ49.9834.7797.84-
YUV163.61179.01156.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 126 (49.61% from 255) = 21.61%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=34.82%
G=21.61%
B=43.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031262540.200.5000.00276.0998.4674.51
HexCB7EFE143200114624b
Octal313176376246200424142113
Binary11001011111111011111110101001100100010001010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EFE; }

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

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

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

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

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

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

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

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