Html Css Color HEX #C365FF Heliotrope

📋 copy color: '#C365FF'

red 195 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #C365FF

Tints of Heliotrope #C365FF

RGB

 RED value IS 195 (76.56% from 255) = 35.39%

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

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

R = 35.39%
G = 18.33%
B = 46.28%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C365FF (or 0xC365FF) is known color: Heliotrope. HEX triplet: C3, 65 and FF. RGB value is (195,101,255). Sum of RGB (Red+Green+Blue) = 195+101+255=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #C365FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365FF is #3C9A00. Grayscale: #929292. Windows color (decimal): -3971585 or 16737731. OLE color: 16737731.

HSL color Cylindrical-coordinate representation of color #C365FF: hue angle of 276.62º 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 #C365FF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 101 255 -
CMYK 0.24 0.60 0 0
HSL 276.62º 1% 0.7% -
HSV(B) 276.62º 0.6% 1% -
XYZ 45.21 28.13 97.65 -
YUV 146.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 195 101 255 0.24 0.60 0 0 276.62 1 0.7
Hex C3 65 FF 18 3C 0 0 115 64 46
Octal 303 145 377 30 74 0 0 425 144 106
Binary 11000011 1100101 11111111 11000 111100 0 0 100010101 1100100 1000110

Color Harmonies of #C365FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365FF

Black with #C365FF

Text Example


Text Example

White with #C365FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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