Html Css Color HEX #C369F2 Heliotrope

📋 copy color: '#C369F2'

red 195 ◦ green 105 ◦ blue 242

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

Shades of Heliotrope #C369F2

Tints of Heliotrope #C369F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 35.98%
G = 19.37%
B = 44.65%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C369F2 (or 0xC369F2) is known color: Heliotrope. HEX triplet: C3, 69 and F2. RGB value is (195,105,242). Sum of RGB (Red+Green+Blue) = 195+105+242=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #C369F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369F2 is #3C960D. Grayscale: #939393. Windows color (decimal): -3970574 or 15886787. OLE color: 15886787.

HSL color Cylindrical-coordinate representation of color #C369F2: hue angle of 279.42º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C369F2 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 105 242 -
CMYK 0.19 0.57 0 0.05
HSL 279.42º 0.84% 0.68% -
HSV(B) 279.42º 0.57% 0.95% -
XYZ 43.58 28.12 87.13 -
YUV 147.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 195 105 242 0.19 0.57 0 0.05 279.42 0.84 0.68
Hex C3 69 F2 13 39 0 5 117 54 44
Octal 303 151 362 23 71 0 5 427 124 104
Binary 11000011 1101001 11110010 10011 111001 0 101 100010111 1010100 1000100

Color Harmonies of #C369F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369F2

Black with #C369F2

Text Example


Text Example

White with #C369F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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