Html Css Color HEX #C470FD Heliotrope

📋 copy color: '#C470FD'

red 196 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #C470FD

Tints of Heliotrope #C470FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 34.94%
G = 19.96%
B = 45.1%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C470FD (or 0xC470FD) is known color: Heliotrope. HEX triplet: C4, 70 and FD. RGB value is (196,112,253). Sum of RGB (Red+Green+Blue) = 196+112+253=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #C470FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FD is #3B8F02. Grayscale: #989898. Windows color (decimal): -3903235 or 16609476. OLE color: 16609476.

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

Color convert

RGB 196 112 253 -
CMYK 0.23 0.56 0 0.01
HSL 275.74º 0.97% 0.72% -
HSV(B) 275.74º 0.56% 0.99% -
XYZ 46.29 30.42 96.36 -
YUV 153.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 196 112 253 0.23 0.56 0 0.01 275.74 0.97 0.72
Hex C4 70 FD 17 38 0 1 114 61 48
Octal 304 160 375 27 70 0 1 424 141 110
Binary 11000100 1110000 11111101 10111 111000 0 1 100010100 1100001 1001000

Color Harmonies of #C470FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470FD

Black with #C470FD

Text Example


Text Example

White with #C470FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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