Html Css Color HEX #C48AFE Heliotrope

📋 copy color: '#C48AFE'

red 196 ◦ green 138 ◦ blue 254

#C48AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C48AFE

Tints of Heliotrope #C48AFE

RGB

 RED value IS 196 (76.95% from 255) = 33.33%

 GREEN value IS 138 (54.3% from 255) = 23.47%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 33.33%
G = 23.47%
B = 43.2%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C48AFE (or 0xC48AFE) is known color: Heliotrope. HEX triplet: C4, 8A and FE. RGB value is (196,138,254). Sum of RGB (Red+Green+Blue) = 196+138+254=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48AFE is #3B7501. Grayscale: #A8A8A8. Windows color (decimal): -3896578 or 16681668. OLE color: 16681668.

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

Color convert

RGB 196 138 254 -
CMYK 0.23 0.46 0 0.00
HSL 270º 0.98% 0.77% -
HSV(B) 270º 0.46% 1% -
XYZ 49.74 37.07 98.3 -
YUV 168.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 196 138 254 0.23 0.46 0 0.00 270 0.98 0.77
Hex C4 8A FE 17 2E 0 0 10E 62 4D
Octal 304 212 376 27 56 0 0 416 142 115
Binary 11000100 10001010 11111110 10111 101110 0 0 100001110 1100010 1001101

Color Harmonies of #C48AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AFE

Black with #C48AFE

Text Example


Text Example

White with #C48AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AFE; }

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

 H1.HeaderClassName
 {
   color: #C48AFE;
 }
 .AnyTagClassName
 {
   color: #C48AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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