Html Css Color HEX #C368F7 Heliotrope

📋 copy color: '#C368F7'

red 195 ◦ green 104 ◦ blue 247

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

Shades of Heliotrope #C368F7

Tints of Heliotrope #C368F7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.05%

 BLUE value IS 247 (96.88% from 255) = 45.24%

R = 35.71%
G = 19.05%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C368F7 (or 0xC368F7) is known color: Heliotrope. HEX triplet: C3, 68 and F7. RGB value is (195,104,247). Sum of RGB (Red+Green+Blue) = 195+104+247=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #C368F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F7 is #3C9708. Grayscale: #939393. Windows color (decimal): -3970825 or 16214211. OLE color: 16214211.

HSL color Cylindrical-coordinate representation of color #C368F7: hue angle of 278.18º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C368F7 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 104 247 -
CMYK 0.21 0.58 0 0.03
HSL 278.18º 0.9% 0.69% -
HSV(B) 278.18º 0.58% 0.97% -
XYZ 44.24 28.22 91.11 -
YUV 147.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 195 104 247 0.21 0.58 0 0.03 278.18 0.9 0.69
Hex C3 68 F7 15 3A 0 3 116 5A 45
Octal 303 150 367 25 72 0 3 426 132 105
Binary 11000011 1101000 11110111 10101 111010 0 11 100010110 1011010 1000101

Color Harmonies of #C368F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368F7

Black with #C368F7

Text Example


Text Example

White with #C368F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368F7; }

 p { color: rgb(195,104,247); }

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

background-color css

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

 a { background-color: rgb(195,104,247); }

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

border-color css

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

 span { border-color: rgb(195,104,247); }

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