Html Css Color HEX #C361FF Heliotrope

📋 copy color: '#C361FF'

red 195 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #C361FF

Tints of Heliotrope #C361FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.73%

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

R = 35.65%
G = 17.73%
B = 46.62%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C361FF (or 0xC361FF) is known color: Heliotrope. HEX triplet: C3, 61 and FF. RGB value is (195,97,255). Sum of RGB (Red+Green+Blue) = 195+97+255=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C361FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361FF is #3C9E00. Grayscale: #8F8F8F. Windows color (decimal): -3972609 or 16736707. OLE color: 16736707.

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

Color convert

RGB 195 97 255 -
CMYK 0.24 0.62 0 0
HSL 277.22º 1% 0.69% -
HSV(B) 277.22º 0.62% 1% -
XYZ 44.83 27.37 97.53 -
YUV 144.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 195 97 255 0.24 0.62 0 0 277.22 1 0.69
Hex C3 61 FF 18 3E 0 0 115 64 45
Octal 303 141 377 30 76 0 0 425 144 105
Binary 11000011 1100001 11111111 11000 111110 0 0 100010101 1100100 1000101

Color Harmonies of #C361FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361FF

Black with #C361FF

Text Example


Text Example

White with #C361FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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