Html Css Color HEX #C474FF Heliotrope

📋 copy color: '#C474FF'

red 196 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #C474FF

Tints of Heliotrope #C474FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 34.57%
G = 20.46%
B = 44.97%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C474FF (or 0xC474FF) is known color: Heliotrope. HEX triplet: C4, 74 and FF. RGB value is (196,116,255). Sum of RGB (Red+Green+Blue) = 196+116+255=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C474FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474FF is #3B8B00. Grayscale: #9B9B9B. Windows color (decimal): -3902209 or 16741572. OLE color: 16741572.

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

Color convert

RGB 196 116 255 -
CMYK 0.23 0.55 0 0
HSL 274.53º 1% 0.73% -
HSV(B) 274.53º 0.55% 1% -
XYZ 47.06 31.45 98.2 -
YUV 155.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 196 116 255 0.23 0.55 0 0 274.53 1 0.73
Hex C4 74 FF 17 37 0 0 113 64 49
Octal 304 164 377 27 67 0 0 423 144 111
Binary 11000100 1110100 11111111 10111 110111 0 0 100010011 1100100 1001001

Color Harmonies of #C474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474FF

Black with #C474FF

Text Example


Text Example

White with #C474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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