Html Css Color HEX #C475FA Heliotrope

📋 copy color: '#C475FA'

red 196 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #C475FA

Tints of Heliotrope #C475FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 34.81%
G = 20.78%
B = 44.4%

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

#C475FA (or 0xC475FA) is known color: Heliotrope. HEX triplet: C4, 75 and FA. RGB value is (196,117,250). Sum of RGB (Red+Green+Blue) = 196+117+250=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #C475FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475FA is #3B8A05. Grayscale: #9B9B9B. Windows color (decimal): -3901958 or 16414148. OLE color: 16414148.

HSL color Cylindrical-coordinate representation of color #C475FA: hue angle of 275.64º degrees, saturation: 0.93, 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 #C475FA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 117 250 -
CMYK 0.22 0.53 0 0.02
HSL 275.64º 0.93% 0.72% -
HSV(B) 275.64º 0.53% 0.98% -
XYZ 46.38 31.36 94.05 -
YUV 155.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 196 117 250 0.22 0.53 0 0.02 275.64 0.93 0.72
Hex C4 75 FA 16 35 0 2 114 5D 48
Octal 304 165 372 26 65 0 2 424 135 110
Binary 11000100 1110101 11111010 10110 110101 0 10 100010100 1011101 1001000

Color Harmonies of #C475FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475FA

Black with #C475FA

Text Example


Text Example

White with #C475FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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