Html Css Color HEX #C488FA Heliotrope

📋 copy color: '#C488FA'

red 196 ◦ green 136 ◦ blue 250

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

Shades of Heliotrope #C488FA

Tints of Heliotrope #C488FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.37%

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 33.68%
G = 23.37%
B = 42.96%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C488FA (or 0xC488FA) is known color: Heliotrope. HEX triplet: C4, 88 and FA. RGB value is (196,136,250). Sum of RGB (Red+Green+Blue) = 196+136+250=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C488FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488FA is #3B7705. Grayscale: #A6A6A6. Windows color (decimal): -3897094 or 16419012. OLE color: 16419012.

HSL color Cylindrical-coordinate representation of color #C488FA: hue angle of 271.58º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C488FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 136 250 -
CMYK 0.22 0.46 0 0.02
HSL 271.58º 0.92% 0.76% -
HSV(B) 271.58º 0.46% 0.98% -
XYZ 48.82 36.25 94.87 -
YUV 166.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 196 136 250 0.22 0.46 0 0.02 271.58 0.92 0.76
Hex C4 88 FA 16 2E 0 2 110 5C 4C
Octal 304 210 372 26 56 0 2 420 134 114
Binary 11000100 10001000 11111010 10110 101110 0 10 100010000 1011100 1001100

Color Harmonies of #C488FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488FA

Black with #C488FA

Text Example


Text Example

White with #C488FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488FA; }

 p { color: rgb(196,136,250); }

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

background-color css

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

 a { background-color: rgb(196,136,250); }

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

border-color css

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

 span { border-color: rgb(196,136,250); }

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