Html Css Color HEX #C360FD Heliotrope

📋 copy color: '#C360FD'

red 195 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #C360FD

Tints of Heliotrope #C360FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 35.85%
G = 17.65%
B = 46.51%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C360FD (or 0xC360FD) is known color: Heliotrope. HEX triplet: C3, 60 and FD. RGB value is (195,96,253). Sum of RGB (Red+Green+Blue) = 195+96+253=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C360FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360FD is #3C9F02. Grayscale: #8E8E8E. Windows color (decimal): -3972867 or 16605379. OLE color: 16605379.

HSL color Cylindrical-coordinate representation of color #C360FD: hue angle of 277.83º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C360FD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 96 253 -
CMYK 0.23 0.62 0 0.01
HSL 277.83º 0.98% 0.68% -
HSV(B) 277.83º 0.62% 0.99% -
XYZ 44.42 27.06 95.81 -
YUV 143.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 195 96 253 0.23 0.62 0 0.01 277.83 0.98 0.68
Hex C3 60 FD 17 3E 0 1 116 62 44
Octal 303 140 375 27 76 0 1 426 142 104
Binary 11000011 1100000 11111101 10111 111110 0 1 100010110 1100010 1000100

Color Harmonies of #C360FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360FD

Black with #C360FD

Text Example


Text Example

White with #C360FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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