Html Css Color HEX #C475FF Heliotrope

📋 copy color: '#C475FF'

red 196 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #C475FF

Tints of Heliotrope #C475FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 34.51%
G = 20.6%
B = 44.89%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C475FF (or 0xC475FF) is known color: Heliotrope. HEX triplet: C4, 75 and FF. RGB value is (196,117,255). Sum of RGB (Red+Green+Blue) = 196+117+255=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C475FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475FF is #3B8A00. Grayscale: #9B9B9B. Windows color (decimal): -3901953 or 16741828. OLE color: 16741828.

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

Color convert

RGB 196 117 255 -
CMYK 0.23 0.54 0 0
HSL 274.35º 1% 0.73% -
HSV(B) 274.35º 0.54% 1% -
XYZ 47.18 31.68 98.24 -
YUV 156.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 196 117 255 0.23 0.54 0 0 274.35 1 0.73
Hex C4 75 FF 17 36 0 0 112 64 49
Octal 304 165 377 27 66 0 0 422 144 111
Binary 11000100 1110101 11111111 10111 110110 0 0 100010010 1100100 1001001

Color Harmonies of #C475FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475FF

Black with #C475FF

Text Example


Text Example

White with #C475FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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