Html Css Color HEX #C465FF Heliotrope

📋 copy color: '#C465FF'

red 196 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #C465FF

Tints of Heliotrope #C465FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.3%

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

R = 35.51%
G = 18.3%
B = 46.2%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C465FF (or 0xC465FF) is known color: Heliotrope. HEX triplet: C4, 65 and FF. RGB value is (196,101,255). Sum of RGB (Red+Green+Blue) = 196+101+255=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C465FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465FF is #3B9A00. Grayscale: #929292. Windows color (decimal): -3906049 or 16737732. OLE color: 16737732.

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

Color convert

RGB 196 101 255 -
CMYK 0.23 0.60 0 0
HSL 277.01º 1% 0.7% -
HSV(B) 277.01º 0.6% 1% -
XYZ 45.47 28.26 97.67 -
YUV 146.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 196 101 255 0.23 0.60 0 0 277.01 1 0.7
Hex C4 65 FF 17 3C 0 0 115 64 46
Octal 304 145 377 27 74 0 0 425 144 106
Binary 11000100 1100101 11111111 10111 111100 0 0 100010101 1100100 1000110

Color Harmonies of #C465FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465FF

Black with #C465FF

Text Example


Text Example

White with #C465FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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