Html Css Color HEX #C756FC Heliotrope

📋 copy color: '#C756FC'

red 199 ◦ green 86 ◦ blue 252

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

Shades of Heliotrope #C756FC

Tints of Heliotrope #C756FC

RGB

 RED value IS 199 (78.13% from 255) = 37.06%

 GREEN value IS 86 (33.98% from 255) = 16.01%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 37.06%
G = 16.01%
B = 46.93%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C756FC (or 0xC756FC) is known color: Heliotrope. HEX triplet: C7, 56 and FC. RGB value is (199,86,252). Sum of RGB (Red+Green+Blue) = 199+86+252=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #C756FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756FC is #38A903. Grayscale: #8A8A8A. Windows color (decimal): -3713284 or 16537287. OLE color: 16537287.

HSL color Cylindrical-coordinate representation of color #C756FC: hue angle of 280.84º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C756FC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 86 252 -
CMYK 0.21 0.66 0 0.01
HSL 280.84º 0.97% 0.66% -
HSV(B) 280.84º 0.66% 0.99% -
XYZ 44.45 25.83 94.74 -
YUV 138.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 199 86 252 0.21 0.66 0 0.01 280.84 0.97 0.66
Hex C7 56 FC 15 42 0 1 119 61 42
Octal 307 126 374 25 102 0 1 431 141 102
Binary 11000111 1010110 11111100 10101 1000010 0 1 100011001 1100001 1000010

Color Harmonies of #C756FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756FC

Black with #C756FC

Text Example


Text Example

White with #C756FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756FC; }

 p { color: rgb(199,86,252); }

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

background-color css

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

 a { background-color: rgb(199,86,252); }

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

border-color css

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

 span { border-color: rgb(199,86,252); }

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