Html Css Color HEX #C360FF Heliotrope

📋 copy color: '#C360FF'

red 195 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #C360FF

Tints of Heliotrope #C360FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.58%

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

R = 35.71%
G = 17.58%
B = 46.7%

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

#C360FF (or 0xC360FF) is known color: Heliotrope. HEX triplet: C3, 60 and FF. RGB value is (195,96,255). Sum of RGB (Red+Green+Blue) = 195+96+255=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C360FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360FF is #3C9F00. Grayscale: #8F8F8F. Windows color (decimal): -3972865 or 16736451. OLE color: 16736451.

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

Color convert

RGB 195 96 255 -
CMYK 0.24 0.62 0 0
HSL 277.36º 1% 0.69% -
HSV(B) 277.36º 0.62% 1% -
XYZ 44.74 27.19 97.5 -
YUV 143.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 195 96 255 0.24 0.62 0 0 277.36 1 0.69
Hex C3 60 FF 18 3E 0 0 115 64 45
Octal 303 140 377 30 76 0 0 425 144 105
Binary 11000011 1100000 11111111 11000 111110 0 0 100010101 1100100 1000101

Color Harmonies of #C360FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360FF

Black with #C360FF

Text Example


Text Example

White with #C360FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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