Html Css Color HEX #C369F5 Heliotrope

📋 copy color: '#C369F5'

red 195 ◦ green 105 ◦ blue 245

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

Shades of Heliotrope #C369F5

Tints of Heliotrope #C369F5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.27%

 BLUE value IS 245 (96.09% from 255) = 44.95%

R = 35.78%
G = 19.27%
B = 44.95%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C369F5 (or 0xC369F5) is known color: Heliotrope. HEX triplet: C3, 69 and F5. RGB value is (195,105,245). Sum of RGB (Red+Green+Blue) = 195+105+245=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #C369F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369F5 is #3C960A. Grayscale: #939393. Windows color (decimal): -3970571 or 16083395. OLE color: 16083395.

HSL color Cylindrical-coordinate representation of color #C369F5: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C369F5 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 105 245 -
CMYK 0.20 0.57 0 0.04
HSL 278.57º 0.88% 0.69% -
HSV(B) 278.57º 0.57% 0.96% -
XYZ 44.04 28.3 89.53 -
YUV 147.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 195 105 245 0.20 0.57 0 0.04 278.57 0.88 0.69
Hex C3 69 F5 14 39 0 4 117 58 45
Octal 303 151 365 24 71 0 4 427 130 105
Binary 11000011 1101001 11110101 10100 111001 0 100 100010111 1011000 1000101

Color Harmonies of #C369F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369F5

Black with #C369F5

Text Example


Text Example

White with #C369F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369F5; }

 p { color: rgb(195,105,245); }

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

background-color css

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

 a { background-color: rgb(195,105,245); }

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

border-color css

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

 span { border-color: rgb(195,105,245); }

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