Html Css Color HEX #C474EA Heliotrope

📋 copy color: '#C474EA'

red 196 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #C474EA

Tints of Heliotrope #C474EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 35.9%
G = 21.25%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C474EA (or 0xC474EA) is known color: Heliotrope. HEX triplet: C4, 74 and EA. RGB value is (196,116,234). Sum of RGB (Red+Green+Blue) = 196+116+234=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C474EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474EA is #3B8B15. Grayscale: #989898. Windows color (decimal): -3902230 or 15365316. OLE color: 15365316.

HSL color Cylindrical-coordinate representation of color #C474EA: hue angle of 280.68º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C474EA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 116 234 -
CMYK 0.16 0.50 0 0.08
HSL 280.68º 0.74% 0.69% -
HSV(B) 280.68º 0.5% 0.92% -
XYZ 43.86 30.17 81.35 -
YUV 153.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 196 116 234 0.16 0.50 0 0.08 280.68 0.74 0.69
Hex C4 74 EA 10 32 0 8 119 4A 45
Octal 304 164 352 20 62 0 10 431 112 105
Binary 11000100 1110100 11101010 10000 110010 0 1000 100011001 1001010 1000101

Color Harmonies of #C474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474EA

Black with #C474EA

Text Example


Text Example

White with #C474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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