Html Css Color HEX #C369FC Heliotrope

📋 copy color: '#C369FC'

red 195 ◦ green 105 ◦ blue 252

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

Shades of Heliotrope #C369FC

Tints of Heliotrope #C369FC

RGB

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

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

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

R = 35.33%
G = 19.02%
B = 45.65%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C369FC (or 0xC369FC) is known color: Heliotrope. HEX triplet: C3, 69 and FC. RGB value is (195,105,252). Sum of RGB (Red+Green+Blue) = 195+105+252=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #C369FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369FC is #3C9603. Grayscale: #949494. Windows color (decimal): -3970564 or 16542147. OLE color: 16542147.

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

Color convert

RGB 195 105 252 -
CMYK 0.23 0.58 0 0.01
HSL 276.73º 0.96% 0.7% -
HSV(B) 276.73º 0.58% 0.99% -
XYZ 45.13 28.73 95.26 -
YUV 148.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 195 105 252 0.23 0.58 0 0.01 276.73 0.96 0.7
Hex C3 69 FC 17 3A 0 1 115 60 46
Octal 303 151 374 27 72 0 1 425 140 106
Binary 11000011 1101001 11111100 10111 111010 0 1 100010101 1100000 1000110

Color Harmonies of #C369FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369FC

Black with #C369FC

Text Example


Text Example

White with #C369FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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