Html Css Color HEX #C474EE Heliotrope

📋 copy color: '#C474EE'

red 196 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #C474EE

Tints of Heliotrope #C474EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 35.64%
G = 21.09%
B = 43.27%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C474EE (or 0xC474EE) is known color: Heliotrope. HEX triplet: C4, 74 and EE. RGB value is (196,116,238). Sum of RGB (Red+Green+Blue) = 196+116+238=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #C474EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474EE is #3B8B11. Grayscale: #999999. Windows color (decimal): -3902226 or 15627460. OLE color: 15627460.

HSL color Cylindrical-coordinate representation of color #C474EE: hue angle of 279.34º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C474EE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 116 238 -
CMYK 0.18 0.51 0 0.07
HSL 279.34º 0.78% 0.69% -
HSV(B) 279.34º 0.51% 0.93% -
XYZ 44.44 30.4 84.41 -
YUV 153.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 196 116 238 0.18 0.51 0 0.07 279.34 0.78 0.69
Hex C4 74 EE 12 33 0 7 117 4E 45
Octal 304 164 356 22 63 0 7 427 116 105
Binary 11000100 1110100 11101110 10010 110011 0 111 100010111 1001110 1000101

Color Harmonies of #C474EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474EE

Black with #C474EE

Text Example


Text Example

White with #C474EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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