Html Css Color HEX #C466F0 Heliotrope

📋 copy color: '#C466F0'

red 196 ◦ green 102 ◦ blue 240

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

Shades of Heliotrope #C466F0

Tints of Heliotrope #C466F0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.96%

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 36.43%
G = 18.96%
B = 44.61%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C466F0 (or 0xC466F0) is known color: Heliotrope. HEX triplet: C4, 66 and F0. RGB value is (196,102,240). Sum of RGB (Red+Green+Blue) = 196+102+240=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #C466F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466F0 is #3B990F. Grayscale: #919191. Windows color (decimal): -3905808 or 15754948. OLE color: 15754948.

HSL color Cylindrical-coordinate representation of color #C466F0: hue angle of 280.87º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C466F0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 102 240 -
CMYK 0.18 0.58 0 0.06
HSL 280.87º 0.82% 0.67% -
HSV(B) 280.87º 0.58% 0.94% -
XYZ 43.24 27.53 85.47 -
YUV 145.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 196 102 240 0.18 0.58 0 0.06 280.87 0.82 0.67
Hex C4 66 F0 12 3A 0 6 119 52 43
Octal 304 146 360 22 72 0 6 431 122 103
Binary 11000100 1100110 11110000 10010 111010 0 110 100011001 1010010 1000011

Color Harmonies of #C466F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466F0

Black with #C466F0

Text Example


Text Example

White with #C466F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466F0; }

 p { color: rgb(196,102,240); }

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

background-color css

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

 a { background-color: rgb(196,102,240); }

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

border-color css

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

 span { border-color: rgb(196,102,240); }

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