Html Css Color HEX #C361FD Heliotrope

📋 copy color: '#C361FD'

red 195 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #C361FD

Tints of Heliotrope #C361FD

RGB

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

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

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

R = 35.78%
G = 17.8%
B = 46.42%

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

#C361FD (or 0xC361FD) is known color: Heliotrope. HEX triplet: C3, 61 and FD. RGB value is (195,97,253). Sum of RGB (Red+Green+Blue) = 195+97+253=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C361FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361FD is #3C9E02. Grayscale: #8F8F8F. Windows color (decimal): -3972611 or 16605635. OLE color: 16605635.

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

Color convert

RGB 195 97 253 -
CMYK 0.23 0.62 0 0.01
HSL 277.69º 0.98% 0.69% -
HSV(B) 277.69º 0.62% 0.99% -
XYZ 44.51 27.24 95.84 -
YUV 144.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 195 97 253 0.23 0.62 0 0.01 277.69 0.98 0.69
Hex C3 61 FD 17 3E 0 1 116 62 45
Octal 303 141 375 27 76 0 1 426 142 105
Binary 11000011 1100001 11111101 10111 111110 0 1 100010110 1100010 1000101

Color Harmonies of #C361FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361FD

Black with #C361FD

Text Example


Text Example

White with #C361FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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