Html Css Color HEX #C474FD Heliotrope

📋 copy color: '#C474FD'

red 196 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #C474FD

Tints of Heliotrope #C474FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.53%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 34.69%
G = 20.53%
B = 44.78%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C474FD (or 0xC474FD) is known color: Heliotrope. HEX triplet: C4, 74 and FD. RGB value is (196,116,253). Sum of RGB (Red+Green+Blue) = 196+116+253=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C474FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474FD is #3B8B02. Grayscale: #9B9B9B. Windows color (decimal): -3902211 or 16610500. OLE color: 16610500.

HSL color Cylindrical-coordinate representation of color #C474FD: hue angle of 275.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C474FD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 116 253 -
CMYK 0.23 0.54 0 0.01
HSL 275.04º 0.97% 0.72% -
HSV(B) 275.04º 0.54% 0.99% -
XYZ 46.74 31.32 96.51 -
YUV 155.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 196 116 253 0.23 0.54 0 0.01 275.04 0.97 0.72
Hex C4 74 FD 17 36 0 1 113 61 48
Octal 304 164 375 27 66 0 1 423 141 110
Binary 11000100 1110100 11111101 10111 110110 0 1 100010011 1100001 1001000

Color Harmonies of #C474FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474FD

Black with #C474FD

Text Example


Text Example

White with #C474FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474FD; }

 p { color: rgb(196,116,253); }

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

background-color css

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

 a { background-color: rgb(196,116,253); }

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

border-color css

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

 span { border-color: rgb(196,116,253); }

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