Html Css Color HEX #C475FB Heliotrope

📋 copy color: '#C475FB'

red 196 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #C475FB

Tints of Heliotrope #C475FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 34.75%
G = 20.74%
B = 44.5%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C475FB (or 0xC475FB) is known color: Heliotrope. HEX triplet: C4, 75 and FB. RGB value is (196,117,251). Sum of RGB (Red+Green+Blue) = 196+117+251=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C475FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475FB is #3B8A04. Grayscale: #9B9B9B. Windows color (decimal): -3901957 or 16479684. OLE color: 16479684.

HSL color Cylindrical-coordinate representation of color #C475FB: hue angle of 275.37º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C475FB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 117 251 -
CMYK 0.22 0.53 0 0.02
HSL 275.37º 0.94% 0.72% -
HSV(B) 275.37º 0.53% 0.98% -
XYZ 46.54 31.42 94.88 -
YUV 155.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 196 117 251 0.22 0.53 0 0.02 275.37 0.94 0.72
Hex C4 75 FB 16 35 0 2 113 5E 48
Octal 304 165 373 26 65 0 2 423 136 110
Binary 11000100 1110101 11111011 10110 110101 0 10 100010011 1011110 1001000

Color Harmonies of #C475FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475FB

Black with #C475FB

Text Example


Text Example

White with #C475FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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