Html Css Color HEX #C468FF Heliotrope

📋 copy color: '#C468FF'

red 196 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #C468FF

Tints of Heliotrope #C468FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 35.32%
G = 18.74%
B = 45.95%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C468FF (or 0xC468FF) is known color: Heliotrope. HEX triplet: C4, 68 and FF. RGB value is (196,104,255). Sum of RGB (Red+Green+Blue) = 196+104+255=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #C468FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468FF is #3B9700. Grayscale: #949494. Windows color (decimal): -3905281 or 16738500. OLE color: 16738500.

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

Color convert

RGB 196 104 255 -
CMYK 0.23 0.59 0 0
HSL 276.56º 1% 0.7% -
HSV(B) 276.56º 0.59% 1% -
XYZ 45.77 28.86 97.77 -
YUV 148.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 196 104 255 0.23 0.59 0 0 276.56 1 0.7
Hex C4 68 FF 17 3B 0 0 115 64 46
Octal 304 150 377 27 73 0 0 425 144 106
Binary 11000100 1101000 11111111 10111 111011 0 0 100010101 1100100 1000110

Color Harmonies of #C468FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468FF

Black with #C468FF

Text Example


Text Example

White with #C468FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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