#C48BFE

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

Shades of Heliotrope #C48BFE

Tints of Heliotrope #C48BFE

Color information

#C48BFE (or 0xC48BFE) is unknown color: approx Heliotrope. HEX triplet: C4, 8B and FE. RGB value is (196,139,254). Sum of RGB (Red+Green+Blue) = 196+139+254=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFE is #3B7401. Grayscale: #A8A8A8. Windows color (decimal): -3896322 or 16681924. OLE color: 16681924.

HSL color Cylindrical-coordinate representation of color #C48BFE: hue angle of 269.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48BFE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196139254-
CMYK0.230.4500.00
HSL269.74º98.29%77.06%-
HSV(B)269.74º45.28%99.61%-
XYZ49.8937.3698.35-
YUV169.15175.88147.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 139 (54.69% from 255) = 23.60%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=33.28%
G=23.60%
B=43.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961392540.230.4500.00269.7498.2977.06
HexC48BFE172D0010e624d
Octal304213376275500416142115
Binary110001001000101111111110101111011010010000111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BFE; }

 p { color: rgb(196,139,254); }

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

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

 a { background-color: rgb(196,139,254); }

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

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

 span { border-color: rgb(196,139,254); }

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