Html Css Color HEX #C45AFA Heliotrope

📋 copy color: '#C45AFA'

red 196 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #C45AFA

Tints of Heliotrope #C45AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.79%

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

R = 36.57%
G = 16.79%
B = 46.64%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C45AFA (or 0xC45AFA) is known color: Heliotrope. HEX triplet: C4, 5A and FA. RGB value is (196,90,250). Sum of RGB (Red+Green+Blue) = 196+90+250=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C45AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AFA is #3BA505. Grayscale: #8B8B8B. Windows color (decimal): -3908870 or 16407236. OLE color: 16407236.

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

Color convert

RGB 196 90 250 -
CMYK 0.22 0.64 0 0.02
HSL 279.75º 0.94% 0.67% -
HSV(B) 279.75º 0.64% 0.98% -
XYZ 43.68 25.95 93.15 -
YUV 139.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 196 90 250 0.22 0.64 0 0.02 279.75 0.94 0.67
Hex C4 5A FA 16 40 0 2 118 5E 43
Octal 304 132 372 26 100 0 2 430 136 103
Binary 11000100 1011010 11111010 10110 1000000 0 10 100011000 1011110 1000011

Color Harmonies of #C45AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45AFA

Black with #C45AFA

Text Example


Text Example

White with #C45AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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