Html Css Color HEX #C465F1 Heliotrope

📋 copy color: '#C465F1'

red 196 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #C465F1

Tints of Heliotrope #C465F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 36.43%
G = 18.77%
B = 44.8%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C465F1 (or 0xC465F1) is known color: Heliotrope. HEX triplet: C4, 65 and F1. RGB value is (196,101,241). Sum of RGB (Red+Green+Blue) = 196+101+241=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #C465F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465F1 is #3B9A0E. Grayscale: #909090. Windows color (decimal): -3906063 or 15820228. OLE color: 15820228.

HSL color Cylindrical-coordinate representation of color #C465F1: hue angle of 280.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C465F1 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 101 241 -
CMYK 0.19 0.58 0 0.05
HSL 280.71º 0.83% 0.67% -
HSV(B) 280.71º 0.58% 0.95% -
XYZ 43.3 27.39 86.22 -
YUV 145.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 196 101 241 0.19 0.58 0 0.05 280.71 0.83 0.67
Hex C4 65 F1 13 3A 0 5 119 53 43
Octal 304 145 361 23 72 0 5 431 123 103
Binary 11000100 1100101 11110001 10011 111010 0 101 100011001 1010011 1000011

Color Harmonies of #C465F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465F1

Black with #C465F1

Text Example


Text Example

White with #C465F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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