Html Css Color HEX #C369EF Heliotrope

📋 copy color: '#C369EF'

red 195 ◦ green 105 ◦ blue 239

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

Shades of Heliotrope #C369EF

Tints of Heliotrope #C369EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 36.18%
G = 19.48%
B = 44.34%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C369EF (or 0xC369EF) is known color: Heliotrope. HEX triplet: C3, 69 and EF. RGB value is (195,105,239). Sum of RGB (Red+Green+Blue) = 195+105+239=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #C369EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369EF is #3C9610. Grayscale: #929292. Windows color (decimal): -3970577 or 15690179. OLE color: 15690179.

HSL color Cylindrical-coordinate representation of color #C369EF: hue angle of 280.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C369EF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 105 239 -
CMYK 0.18 0.56 0 0.06
HSL 280.3º 0.81% 0.67% -
HSV(B) 280.3º 0.56% 0.94% -
XYZ 43.14 27.94 84.78 -
YUV 147.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 195 105 239 0.18 0.56 0 0.06 280.3 0.81 0.67
Hex C3 69 EF 12 38 0 6 118 51 43
Octal 303 151 357 22 70 0 6 430 121 103
Binary 11000011 1101001 11101111 10010 111000 0 110 100011000 1010001 1000011

Color Harmonies of #C369EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369EF

Black with #C369EF

Text Example


Text Example

White with #C369EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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