Html Css Color HEX #C484FA Heliotrope

📋 copy color: '#C484FA'

red 196 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #C484FA

Tints of Heliotrope #C484FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.84%

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

R = 33.91%
G = 22.84%
B = 43.25%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C484FA (or 0xC484FA) is known color: Heliotrope. HEX triplet: C4, 84 and FA. RGB value is (196,132,250). Sum of RGB (Red+Green+Blue) = 196+132+250=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #C484FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484FA is #3B7B05. Grayscale: #A4A4A4. Windows color (decimal): -3898118 or 16417988. OLE color: 16417988.

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

Color convert

RGB 196 132 250 -
CMYK 0.22 0.47 0 0.02
HSL 272.54º 0.92% 0.75% -
HSV(B) 272.54º 0.47% 0.98% -
XYZ 48.27 35.14 94.68 -
YUV 164.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 196 132 250 0.22 0.47 0 0.02 272.54 0.92 0.75
Hex C4 84 FA 16 2F 0 2 111 5C 4B
Octal 304 204 372 26 57 0 2 421 134 113
Binary 11000100 10000100 11111010 10110 101111 0 10 100010001 1011100 1001011

Color Harmonies of #C484FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484FA

Black with #C484FA

Text Example


Text Example

White with #C484FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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