Html Css Color HEX #C470FE Heliotrope

📋 copy color: '#C470FE'

red 196 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #C470FE

Tints of Heliotrope #C470FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.93%

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

R = 34.88%
G = 19.93%
B = 45.2%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C470FE (or 0xC470FE) is known color: Heliotrope. HEX triplet: C4, 70 and FE. RGB value is (196,112,254). Sum of RGB (Red+Green+Blue) = 196+112+254=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #C470FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FE is #3B8F01. Grayscale: #989898. Windows color (decimal): -3903234 or 16675012. OLE color: 16675012.

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

Color convert

RGB 196 112 254 -
CMYK 0.23 0.56 0 0.00
HSL 275.49º 0.99% 0.72% -
HSV(B) 275.49º 0.56% 1% -
XYZ 46.45 30.48 97.2 -
YUV 153.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 196 112 254 0.23 0.56 0 0.00 275.49 0.99 0.72
Hex C4 70 FE 17 38 0 0 113 63 48
Octal 304 160 376 27 70 0 0 423 143 110
Binary 11000100 1110000 11111110 10111 111000 0 0 100010011 1100011 1001000

Color Harmonies of #C470FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470FE

Black with #C470FE

Text Example


Text Example

White with #C470FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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