Html Css Color HEX #C365FC Heliotrope

📋 copy color: '#C365FC'

red 195 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #C365FC

Tints of Heliotrope #C365FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 35.58%
G = 18.43%
B = 45.99%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C365FC (or 0xC365FC) is known color: Heliotrope. HEX triplet: C3, 65 and FC. RGB value is (195,101,252). Sum of RGB (Red+Green+Blue) = 195+101+252=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #C365FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365FC is #3C9A03. Grayscale: #919191. Windows color (decimal): -3971588 or 16541123. OLE color: 16541123.

HSL color Cylindrical-coordinate representation of color #C365FC: hue angle of 277.35º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C365FC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 101 252 -
CMYK 0.23 0.60 0 0.01
HSL 277.35º 0.96% 0.69% -
HSV(B) 277.35º 0.6% 0.99% -
XYZ 44.73 27.94 95.13 -
YUV 146.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 195 101 252 0.23 0.60 0 0.01 277.35 0.96 0.69
Hex C3 65 FC 17 3C 0 1 115 60 45
Octal 303 145 374 27 74 0 1 425 140 105
Binary 11000011 1100101 11111100 10111 111100 0 1 100010101 1100000 1000101

Color Harmonies of #C365FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365FC

Black with #C365FC

Text Example


Text Example

White with #C365FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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