Html Css Color HEX #C475E5 Heliotrope

📋 copy color: '#C475E5'

red 196 ◦ green 117 ◦ blue 229

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

Shades of Heliotrope #C475E5

Tints of Heliotrope #C475E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.59%

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 36.16%
G = 21.59%
B = 42.25%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C475E5 (or 0xC475E5) is known color: Heliotrope. HEX triplet: C4, 75 and E5. RGB value is (196,117,229). Sum of RGB (Red+Green+Blue) = 196+117+229=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #C475E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475E5 is #3B8A1A. Grayscale: #999999. Windows color (decimal): -3901979 or 15037892. OLE color: 15037892.

HSL color Cylindrical-coordinate representation of color #C475E5: hue angle of 282.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C475E5 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 117 229 -
CMYK 0.14 0.49 0 0.10
HSL 282.32º 0.68% 0.68% -
HSV(B) 282.32º 0.49% 0.9% -
XYZ 43.27 30.12 77.66 -
YUV 153.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 196 117 229 0.14 0.49 0 0.10 282.32 0.68 0.68
Hex C4 75 E5 E 31 0 A 11A 44 44
Octal 304 165 345 16 61 0 12 432 104 104
Binary 11000100 1110101 11100101 1110 110001 0 1010 100011010 1000100 1000100

Color Harmonies of #C475E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475E5

Black with #C475E5

Text Example


Text Example

White with #C475E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475E5; }

 p { color: rgb(196,117,229); }

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

background-color css

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

 a { background-color: rgb(196,117,229); }

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

border-color css

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

 span { border-color: rgb(196,117,229); }

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