Html Css Color HEX #C474EB Heliotrope

📋 copy color: '#C474EB'

red 196 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C474EB

Tints of Heliotrope #C474EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 35.83%
G = 21.21%
B = 42.96%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C474EB (or 0xC474EB) is known color: Heliotrope. HEX triplet: C4, 74 and EB. RGB value is (196,116,235). Sum of RGB (Red+Green+Blue) = 196+116+235=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #C474EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474EB is #3B8B14. Grayscale: #999999. Windows color (decimal): -3902229 or 15430852. OLE color: 15430852.

HSL color Cylindrical-coordinate representation of color #C474EB: hue angle of 280.34º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C474EB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 116 235 -
CMYK 0.17 0.51 0 0.08
HSL 280.34º 0.75% 0.69% -
HSV(B) 280.34º 0.51% 0.92% -
XYZ 44.01 30.22 82.11 -
YUV 153.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 196 116 235 0.17 0.51 0 0.08 280.34 0.75 0.69
Hex C4 74 EB 11 33 0 8 118 4B 45
Octal 304 164 353 21 63 0 10 430 113 105
Binary 11000100 1110100 11101011 10001 110011 0 1000 100011000 1001011 1000101

Color Harmonies of #C474EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474EB

Black with #C474EB

Text Example


Text Example

White with #C474EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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