Html Css Color HEX #C468FE Heliotrope

📋 copy color: '#C468FE'

red 196 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #C468FE

Tints of Heliotrope #C468FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.77%

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

R = 35.38%
G = 18.77%
B = 45.85%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C468FE (or 0xC468FE) is known color: Heliotrope. HEX triplet: C4, 68 and FE. RGB value is (196,104,254). Sum of RGB (Red+Green+Blue) = 196+104+254=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C468FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468FE is #3B9701. Grayscale: #949494. Windows color (decimal): -3905282 or 16672964. OLE color: 16672964.

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

Color convert

RGB 196 104 254 -
CMYK 0.23 0.59 0 0.00
HSL 276.8º 0.99% 0.7% -
HSV(B) 276.8º 0.59% 1% -
XYZ 45.6 28.79 96.92 -
YUV 148.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 196 104 254 0.23 0.59 0 0.00 276.8 0.99 0.7
Hex C4 68 FE 17 3B 0 0 115 63 46
Octal 304 150 376 27 73 0 0 425 143 106
Binary 11000100 1101000 11111110 10111 111011 0 0 100010101 1100011 1000110

Color Harmonies of #C468FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468FE

Black with #C468FE

Text Example


Text Example

White with #C468FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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