Html Css Color HEX #C364FD Heliotrope

📋 copy color: '#C364FD'

red 195 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #C364FD

Tints of Heliotrope #C364FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.25%

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

R = 35.58%
G = 18.25%
B = 46.17%

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

#C364FD (or 0xC364FD) is known color: Heliotrope. HEX triplet: C3, 64 and FD. RGB value is (195,100,253). Sum of RGB (Red+Green+Blue) = 195+100+253=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #C364FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364FD is #3C9B02. Grayscale: #919191. Windows color (decimal): -3971843 or 16606403. OLE color: 16606403.

HSL color Cylindrical-coordinate representation of color #C364FD: hue angle of 277.25º degrees, saturation: 0.97, 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 #C364FD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 100 253 -
CMYK 0.23 0.60 0 0.01
HSL 277.25º 0.97% 0.69% -
HSV(B) 277.25º 0.6% 0.99% -
XYZ 44.79 27.81 95.94 -
YUV 145.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 195 100 253 0.23 0.60 0 0.01 277.25 0.97 0.69
Hex C3 64 FD 17 3C 0 1 115 61 45
Octal 303 144 375 27 74 0 1 425 141 105
Binary 11000011 1100100 11111101 10111 111100 0 1 100010101 1100001 1000101

Color Harmonies of #C364FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364FD

Black with #C364FD

Text Example


Text Example

White with #C364FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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