Html Css Color HEX #C369F9 Heliotrope

📋 copy color: '#C369F9'

red 195 ◦ green 105 ◦ blue 249

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

Shades of Heliotrope #C369F9

Tints of Heliotrope #C369F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 35.52%
G = 19.13%
B = 45.36%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C369F9 (or 0xC369F9) is known color: Heliotrope. HEX triplet: C3, 69 and F9. RGB value is (195,105,249). Sum of RGB (Red+Green+Blue) = 195+105+249=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #C369F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369F9 is #3C9606. Grayscale: #939393. Windows color (decimal): -3970567 or 16345539. OLE color: 16345539.

HSL color Cylindrical-coordinate representation of color #C369F9: hue angle of 277.5º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C369F9 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 105 249 -
CMYK 0.22 0.58 0 0.02
HSL 277.5º 0.92% 0.69% -
HSV(B) 277.5º 0.58% 0.98% -
XYZ 44.66 28.54 92.78 -
YUV 148.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 195 105 249 0.22 0.58 0 0.02 277.5 0.92 0.69
Hex C3 69 F9 16 3A 0 2 116 5C 45
Octal 303 151 371 26 72 0 2 426 134 105
Binary 11000011 1101001 11111001 10110 111010 0 10 100010110 1011100 1000101

Color Harmonies of #C369F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369F9

Black with #C369F9

Text Example


Text Example

White with #C369F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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