Html Css Color HEX #C369FA Heliotrope

📋 copy color: '#C369FA'

red 195 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #C369FA

Tints of Heliotrope #C369FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 35.45%
G = 19.09%
B = 45.45%

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

#C369FA (or 0xC369FA) is known color: Heliotrope. HEX triplet: C3, 69 and FA. RGB value is (195,105,250). Sum of RGB (Red+Green+Blue) = 195+105+250=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #C369FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369FA is #3C9605. Grayscale: #939393. Windows color (decimal): -3970566 or 16411075. OLE color: 16411075.

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

Color convert

RGB 195 105 250 -
CMYK 0.22 0.58 0 0.02
HSL 277.24º 0.94% 0.7% -
HSV(B) 277.24º 0.58% 0.98% -
XYZ 44.81 28.61 93.6 -
YUV 148.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 195 105 250 0.22 0.58 0 0.02 277.24 0.94 0.7
Hex C3 69 FA 16 3A 0 2 115 5E 46
Octal 303 151 372 26 72 0 2 425 136 106
Binary 11000011 1101001 11111010 10110 111010 0 10 100010101 1011110 1000110

Color Harmonies of #C369FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369FA

Black with #C369FA

Text Example


Text Example

White with #C369FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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