Html Css Color HEX #C375F6 Heliotrope

📋 copy color: '#C375F6'

red 195 ◦ green 117 ◦ blue 246

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

Shades of Heliotrope #C375F6

Tints of Heliotrope #C375F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.97%

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 34.95%
G = 20.97%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C375F6 (or 0xC375F6) is known color: Heliotrope. HEX triplet: C3, 75 and F6. RGB value is (195,117,246). Sum of RGB (Red+Green+Blue) = 195+117+246=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #C375F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375F6 is #3C8A09. Grayscale: #9A9A9A. Windows color (decimal): -3967498 or 16152003. OLE color: 16152003.

HSL color Cylindrical-coordinate representation of color #C375F6: hue angle of 276.28º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C375F6 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 117 246 -
CMYK 0.21 0.52 0 0.04
HSL 276.28º 0.88% 0.71% -
HSV(B) 276.28º 0.52% 0.96% -
XYZ 45.5 30.98 90.77 -
YUV 155.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 195 117 246 0.21 0.52 0 0.04 276.28 0.88 0.71
Hex C3 75 F6 15 34 0 4 114 58 47
Octal 303 165 366 25 64 0 4 424 130 107
Binary 11000011 1110101 11110110 10101 110100 0 100 100010100 1011000 1000111

Color Harmonies of #C375F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375F6

Black with #C375F6

Text Example


Text Example

White with #C375F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375F6; }

 p { color: rgb(195,117,246); }

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

background-color css

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

 a { background-color: rgb(195,117,246); }

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

border-color css

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

 span { border-color: rgb(195,117,246); }

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