Html Css Color HEX #C475FE Heliotrope

📋 copy color: '#C475FE'

red 196 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #C475FE

Tints of Heliotrope #C475FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 34.57%
G = 20.63%
B = 44.8%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C475FE (or 0xC475FE) is known color: Heliotrope. HEX triplet: C4, 75 and FE. RGB value is (196,117,254). Sum of RGB (Red+Green+Blue) = 196+117+254=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C475FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475FE is #3B8A01. Grayscale: #9B9B9B. Windows color (decimal): -3901954 or 16676292. OLE color: 16676292.

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

Color convert

RGB 196 117 254 -
CMYK 0.23 0.54 0 0.00
HSL 274.6º 0.99% 0.73% -
HSV(B) 274.6º 0.54% 1% -
XYZ 47.02 31.61 97.39 -
YUV 156.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 196 117 254 0.23 0.54 0 0.00 274.6 0.99 0.73
Hex C4 75 FE 17 36 0 0 113 63 49
Octal 304 165 376 27 66 0 0 423 143 111
Binary 11000100 1110101 11111110 10111 110110 0 0 100010011 1100011 1001001

Color Harmonies of #C475FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475FE

Black with #C475FE

Text Example


Text Example

White with #C475FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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