Html Css Color HEX #C369FE Heliotrope

📋 copy color: '#C369FE'

red 195 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #C369FE

Tints of Heliotrope #C369FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 35.2%
G = 18.95%
B = 45.85%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C369FE (or 0xC369FE) is known color: Heliotrope. HEX triplet: C3, 69 and FE. RGB value is (195,105,254). Sum of RGB (Red+Green+Blue) = 195+105+254=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C369FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369FE is #3C9601. Grayscale: #949494. Windows color (decimal): -3970562 or 16673219. OLE color: 16673219.

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

Color convert

RGB 195 105 254 -
CMYK 0.23 0.59 0 0.00
HSL 276.24º 0.99% 0.7% -
HSV(B) 276.24º 0.59% 1% -
XYZ 45.45 28.86 96.94 -
YUV 148.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 195 105 254 0.23 0.59 0 0.00 276.24 0.99 0.7
Hex C3 69 FE 17 3B 0 0 114 63 46
Octal 303 151 376 27 73 0 0 424 143 106
Binary 11000011 1101001 11111110 10111 111011 0 0 100010100 1100011 1000110

Color Harmonies of #C369FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369FE

Black with #C369FE

Text Example


Text Example

White with #C369FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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